Build: (5f76c46
) Use Humanist font stack as fall back fonts
This commit is contained in:
parent
6055461a90
commit
632d3c57c8
|
@ -3,7 +3,7 @@ body {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
font-family: var(--ff-default), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-family: var(--ff-default), Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
|
||||
color: var(--clr-body-txt);
|
||||
background-color: var(--clr-body-bg);
|
||||
}
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-06T14:34:19Z</updated>
|
||||
<updated>2024-08-06T16:52:20Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue