forked from shadowfacts/shadowfacts.net
Tweak fonts
This commit is contained in:
parent
a3b3db4b2f
commit
68e72c1834
|
@ -2,8 +2,8 @@
|
||||||
<%- include("syntax-highlighting.css") %>
|
<%- include("syntax-highlighting.css") %>
|
||||||
|
|
||||||
// Fonts
|
// Fonts
|
||||||
$sansSerif: Lucida Grande, Arial, sans-serif;
|
$sansSerif: Avenir, Lucida Grande, Arial, sans-serif;
|
||||||
$serif: Georgia, serif;
|
$serif: Charter, Georgia, serif;
|
||||||
$monospace: SF Mono, Monaco, Courier New, monospace;
|
$monospace: SF Mono, Monaco, Courier New, monospace;
|
||||||
|
|
||||||
// General
|
// General
|
||||||
|
@ -76,7 +76,7 @@ article {
|
||||||
|
|
||||||
.article-content {
|
.article-content {
|
||||||
font-family: $serif;
|
font-family: $serif;
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: $sansSerif;
|
font-family: $sansSerif;
|
||||||
|
|
Loading…
Reference in New Issue