forked from shadowfacts/shadowfacts.net
Tweak fonts
This commit is contained in:
parent
a3b3db4b2f
commit
68e72c1834
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue