aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/_fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/assets/scss/_fonts.scss')
-rw-r--r--themes/flamingo/assets/scss/_fonts.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/flamingo/assets/scss/_fonts.scss b/themes/flamingo/assets/scss/_fonts.scss
index 5add784..e27ff92 100644
--- a/themes/flamingo/assets/scss/_fonts.scss
+++ b/themes/flamingo/assets/scss/_fonts.scss
@@ -1,7 +1,8 @@
body {
margin: 0;
- font-family: 'DejaVu Sans';
+ font-family: 'sans-serif';
}
+
h1, h2, h3, h4 {
font-weight: 400;
}
@@ -12,9 +13,9 @@ code[class*="language-"], nav, .blog-list {
}
tags {
- font-family: "DejaVu Sans Mono";
+ font-family: "monospace";
}
.list-item {
- font-family: "DejaVu Sans Mono";
+ font-family: "monospace";
}