Tweak fonts

This commit is contained in:
Shadowfacts 2019-02-13 21:45:52 -05:00
parent a3b3db4b2f
commit 68e72c1834
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<%- include("syntax-highlighting.css") %>
// Fonts
$sansSerif: Lucida Grande, Arial, sans-serif;
$serif: Georgia, serif;
$sansSerif: Avenir, Lucida Grande, Arial, sans-serif;
$serif: Charter, Georgia, serif;
$monospace: SF Mono, Monaco, Courier New, monospace;
// General
@ -76,7 +76,7 @@ article {
.article-content {
font-family: $serif;
font-size: 18px;
font-size: 20px;
h1, h2, h3, h4, h5, h6 {
font-family: $sansSerif;