feat(theme): font - fira code
replace skeleton's default raleway font with something fixed-widthpull/1/head
parent
9c2df1086d
commit
386284796b
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;600&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ body {
|
|||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: 'Fira Code', monospace;
|
||||
color: #222; }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue