switched fonts stuff
This commit is contained in:
parent
3f0d0ab3c4
commit
f7c7408fdd
9 changed files with 18 additions and 14 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.102",
|
||||
"version": "0.2.0-pre.103",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.102",
|
||||
"version": "0.2.0-pre.103",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.102",
|
||||
"version": "0.2.0-pre.103",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
max-width: min(87.5%, 360px);
|
||||
background-color: var(--c-primary-background);
|
||||
color: var(--c-primary-text);
|
||||
|
|
|
@ -33,7 +33,7 @@ const display = fadeout ? "": "display: none"
|
|||
|
||||
a {
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
color: var(--c-primary-text);
|
||||
margin: 1rem 0px 0px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
|
|
|
@ -23,7 +23,7 @@ const text = buttontext || baseurl
|
|||
<style>
|
||||
a {
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
color: var(--c-primary-text);
|
||||
margin: 1rem 0px 0px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
|
@ -65,14 +65,16 @@ const text = buttontext || baseurl
|
|||
padding-top: 2rem;
|
||||
font-size: 3.25rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
}
|
||||
|
||||
.sub {
|
||||
margin: 0 .5rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
}
|
||||
|
||||
.head {
|
||||
|
|
|
@ -34,13 +34,15 @@ import LinkContainer from "../links/linkContainer.astro";
|
|||
padding-top: 2rem;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
}
|
||||
|
||||
.sub {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
width: 97.5%;
|
||||
}
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ Since the files are now built on the GitLab server and not in the Proxmox instan
|
|||
I also recommend looking <a href="https://blog.mitsunee.com/post/copy-steam-games-rsync" target="_blank" rel="noopener noreferrer">at this blog post from Mitsunee</a> detailing how to use `ssh` and `rsync` to sync game libraries to the Steam Deck with ease.
|
||||
|
||||
<details>
|
||||
<summary>`.gitlab-ci.yml`</summary>
|
||||
<summary>.gitlab-ci.yml</summary>
|
||||
|
||||
```yaml
|
||||
deploy-site:
|
||||
|
|
|
@ -123,7 +123,7 @@ const mapped_navdata = navdata.map((item) => ({
|
|||
|
||||
/* Fonts */
|
||||
--f-default: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
--f-title: 'Work Sans Variable', sans-serif;
|
||||
--f-title: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
|
||||
font-family: var(--f-default);
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ const description = "Error. This shouldn't happen :/"
|
|||
align-items: center;
|
||||
}
|
||||
h2 {
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-weight: 500;
|
||||
color: var(--c-primary-text);
|
||||
font-size: 1.25rem;
|
||||
|
@ -45,7 +45,7 @@ const description = "Error. This shouldn't happen :/"
|
|||
text-align: center;
|
||||
width: fit-content;
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
color: var(--c-primary-text);
|
||||
margin: 1rem 0px 0px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue