From c9e7a2a195a49a654134fae02d9abe457acf61a2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 18:06:09 +0200 Subject: [PATCH] Standardize the whole on one font-family --- assets/styles.scss | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/assets/styles.scss b/assets/styles.scss index 600f682..127ce23 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -78,13 +78,11 @@ main { @media #{$mq-xxlarge} { margin: 0 27%; } a { - font-family: FreeSerif, serif; color: $ipng-darkorange; text-decoration: none; } a:hover { - font-family: FreeSerif, serif; color: $ipng-lightorange; text-decoration: none; } @@ -96,7 +94,6 @@ a { h1, h2, h3, h4, h5, h6 { - font-family: FreeSans, sans-serif; font-weight: bold; font-style: normal; color: $heading-gray; @@ -104,20 +101,17 @@ h1, h2, h3, h4, h5, h6 { p, li { color: $text-normal; - font-family: FreeSerif, serif; text-align: justify; } strong { font-style: normal; - font-family: FreeSerif, serif; font-weight: bold; color: black; } em { font-style: normal; - font-family: FreeSerif, serif; font-style: italic; } @@ -137,18 +131,15 @@ pre { } th { - font-family: FreeSerif, serif; font-weight: bold; color: $text-normal; } td { - font-family: FreeSerif, serif; color: $text-normal; } .footnotes ol li { - font-family: FreeSerif, serif; font-size: 0.8em; } @@ -272,7 +263,6 @@ nav li { nav a { color: $text-normal; padding: .25em .63em; - font-family: FreeSans, sans-serif; font-size: 1.1em; display: block; } @@ -370,7 +360,6 @@ nav li:hover { .myname a { color: $text-dark; text-decoration: none; - font-family: FreeSerif, serif; font-style: normal; font-weight: bold; } @@ -405,7 +394,6 @@ nav li:hover { a { color: $heading-gray; - font-family: FreeSans, sans-serif; } } @@ -420,7 +408,6 @@ nav li:hover { } em.taxonomy-emph { - font-family: FreeSans, sans-serif; font-style: oblique; } @@ -460,7 +447,6 @@ em.taxonomy-emph { .pagination { list-style-type: none; - font-family: FreeSans, sans-serif; display: flex; justify-content: center; margin: 1em; @@ -524,7 +510,6 @@ em.taxonomy-emph { } ul, ol { - font-family: FreeSans, sans-serif; margin-top: 0; } li { @@ -537,14 +522,12 @@ em.taxonomy-emph { margin: 0 0 1em 0; .what { - font-family: FreeSans, serif; text-align: left; font-size: 1.0em; color: $text-normal; } .resume-entry-data { - font-family: FreeSans, serif; text-align: left; font-size: 0.8em; color: $text-very-light; @@ -558,7 +541,6 @@ em.taxonomy-emph { } p, ul, ol, li { - font-family: FreeSerif, serif; color: $text-light; text-align: left; font-size: 0.9em; @@ -566,7 +548,6 @@ em.taxonomy-emph { } p.resume-subcategory { - font-family: FreeSans, sans-serif; font-size: 1.4em; text-decoration: underline; padding: 0 0 .3em 0; @@ -602,7 +583,6 @@ p.resume-subcategory { white-space: nowrap; color: #3f444d; font-size: 1.2em; - font-family: FreeSans, sans-serif; i { font-size: 1.5em; @@ -639,7 +619,6 @@ p.resume-subcategory { a { - font-family: FreeSans, sans-serif; font-weight: bold; font-size: 1em; color: $contactlinks-text-color; @@ -679,13 +658,11 @@ p.resume-subcategory { // General blockquote { - font-family: FreeSerif, serif; font-size: .9em; color: $text-normal; } cite { - font-family: FreeSerif, serif; font-style: italic; }