summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/site.css13
1 files changed, 1 insertions, 12 deletions
diff --git a/css/site.css b/css/site.css
index 050ec19..f4ed50c 100644
--- a/css/site.css
+++ b/css/site.css
@@ -33,7 +33,7 @@ body {
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
- font-family: "Dejavu Serif", serif;
+ font-family: "Dejavu Sans", sans-serif;
line-height: 1.5;
text-rendering: optimizeLegibility;
@@ -66,7 +66,6 @@ body > footer {
display: inherit;
overflow-x: auto;
- font-family: "Dejavu Sans", sans-serif;
color: var(--foreground-color);
background-color: var(--light-gray);
}
@@ -128,16 +127,6 @@ body > main {
box-sizing: border-box;
}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-family: "Dejavu Sans", sans-serif;
- /* color: var(--accent-color); */
-}
-
h1 > a:not(.anchor),
h2 > a:not(.anchor),
h3 > a:not(.anchor),
Generated by cgit. See skreutz.com for my tech blog and contact information.