aboutsummaryrefslogtreecommitdiff
path: root/static/scss/blog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/blog.scss')
-rw-r--r--static/scss/blog.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/scss/blog.scss b/static/scss/blog.scss
index 43fc736..0a984f2 100644
--- a/static/scss/blog.scss
+++ b/static/scss/blog.scss
@@ -24,7 +24,7 @@ $linkColor: #2ed19b;
$linkColorAlt: pink;
* {
- font-family: 'Roboto', sans-serif;
+ font-family: sans-serif;
}
@mixin selectionColor($fgColor, $bgColor) {
@@ -55,7 +55,7 @@ code {
background-color: $bgColorAlt;
padding: 2px 5px;
border-radius: 4px;
- font-family: 'Source Code Pro', sans-serif;
+ font-family: monospace;
}
pre code {