Use system fonts for copy
This commit is contained in:
parent
44209d7b00
commit
e70d7c17c4
1 changed files with 3 additions and 2 deletions
|
@ -127,16 +127,17 @@ main > p > code {
|
|||
body {
|
||||
background-color: #111;
|
||||
color: #fff;
|
||||
font-family: iosevka, system-ui;
|
||||
font-family: system-ui;
|
||||
font-weight: 300;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
code {
|
||||
code, pre {
|
||||
font-family: iosevka, monospace;
|
||||
}
|
||||
|
||||
body > header {
|
||||
font-family: iosevka, monospace;
|
||||
position: relative;
|
||||
display: flex;
|
||||
background-color: #191919;
|
||||
|
|
Loading…
Reference in a new issue