Use system fonts for copy

This commit is contained in:
Daniel Flanagan 2020-07-29 13:34:43 -05:00
parent 44209d7b00
commit e70d7c17c4
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 3 additions and 2 deletions

View File

@ -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;