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 {
|
body {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: iosevka, system-ui;
|
font-family: system-ui;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code, pre {
|
||||||
font-family: iosevka, monospace;
|
font-family: iosevka, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header {
|
body > header {
|
||||||
|
font-family: iosevka, monospace;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: #191919;
|
background-color: #191919;
|
||||||
|
|
Loading…
Reference in a new issue