Standardize the whole <body> on one font-family

This commit is contained in:
2024-08-04 18:06:09 +02:00
parent 0b4df3ca5b
commit c9e7a2a195

View File

@ -78,13 +78,11 @@ main {
@media #{$mq-xxlarge} { margin: 0 27%; } @media #{$mq-xxlarge} { margin: 0 27%; }
a { a {
font-family: FreeSerif, serif;
color: $ipng-darkorange; color: $ipng-darkorange;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
font-family: FreeSerif, serif;
color: $ipng-lightorange; color: $ipng-lightorange;
text-decoration: none; text-decoration: none;
} }
@ -96,7 +94,6 @@ a {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: FreeSans, sans-serif;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
color: $heading-gray; color: $heading-gray;
@ -104,20 +101,17 @@ h1, h2, h3, h4, h5, h6 {
p, li { p, li {
color: $text-normal; color: $text-normal;
font-family: FreeSerif, serif;
text-align: justify; text-align: justify;
} }
strong { strong {
font-style: normal; font-style: normal;
font-family: FreeSerif, serif;
font-weight: bold; font-weight: bold;
color: black; color: black;
} }
em { em {
font-style: normal; font-style: normal;
font-family: FreeSerif, serif;
font-style: italic; font-style: italic;
} }
@ -137,18 +131,15 @@ pre {
} }
th { th {
font-family: FreeSerif, serif;
font-weight: bold; font-weight: bold;
color: $text-normal; color: $text-normal;
} }
td { td {
font-family: FreeSerif, serif;
color: $text-normal; color: $text-normal;
} }
.footnotes ol li { .footnotes ol li {
font-family: FreeSerif, serif;
font-size: 0.8em; font-size: 0.8em;
} }
@ -272,7 +263,6 @@ nav li {
nav a { nav a {
color: $text-normal; color: $text-normal;
padding: .25em .63em; padding: .25em .63em;
font-family: FreeSans, sans-serif;
font-size: 1.1em; font-size: 1.1em;
display: block; display: block;
} }
@ -370,7 +360,6 @@ nav li:hover {
.myname a { .myname a {
color: $text-dark; color: $text-dark;
text-decoration: none; text-decoration: none;
font-family: FreeSerif, serif;
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
} }
@ -405,7 +394,6 @@ nav li:hover {
a { a {
color: $heading-gray; color: $heading-gray;
font-family: FreeSans, sans-serif;
} }
} }
@ -420,7 +408,6 @@ nav li:hover {
} }
em.taxonomy-emph { em.taxonomy-emph {
font-family: FreeSans, sans-serif;
font-style: oblique; font-style: oblique;
} }
@ -460,7 +447,6 @@ em.taxonomy-emph {
.pagination { .pagination {
list-style-type: none; list-style-type: none;
font-family: FreeSans, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin: 1em; margin: 1em;
@ -524,7 +510,6 @@ em.taxonomy-emph {
} }
ul, ol { ul, ol {
font-family: FreeSans, sans-serif;
margin-top: 0; margin-top: 0;
} }
li { li {
@ -537,14 +522,12 @@ em.taxonomy-emph {
margin: 0 0 1em 0; margin: 0 0 1em 0;
.what { .what {
font-family: FreeSans, serif;
text-align: left; text-align: left;
font-size: 1.0em; font-size: 1.0em;
color: $text-normal; color: $text-normal;
} }
.resume-entry-data { .resume-entry-data {
font-family: FreeSans, serif;
text-align: left; text-align: left;
font-size: 0.8em; font-size: 0.8em;
color: $text-very-light; color: $text-very-light;
@ -558,7 +541,6 @@ em.taxonomy-emph {
} }
p, ul, ol, li { p, ul, ol, li {
font-family: FreeSerif, serif;
color: $text-light; color: $text-light;
text-align: left; text-align: left;
font-size: 0.9em; font-size: 0.9em;
@ -566,7 +548,6 @@ em.taxonomy-emph {
} }
p.resume-subcategory { p.resume-subcategory {
font-family: FreeSans, sans-serif;
font-size: 1.4em; font-size: 1.4em;
text-decoration: underline; text-decoration: underline;
padding: 0 0 .3em 0; padding: 0 0 .3em 0;
@ -602,7 +583,6 @@ p.resume-subcategory {
white-space: nowrap; white-space: nowrap;
color: #3f444d; color: #3f444d;
font-size: 1.2em; font-size: 1.2em;
font-family: FreeSans, sans-serif;
i { i {
font-size: 1.5em; font-size: 1.5em;
@ -639,7 +619,6 @@ p.resume-subcategory {
a { a {
font-family: FreeSans, sans-serif;
font-weight: bold; font-weight: bold;
font-size: 1em; font-size: 1em;
color: $contactlinks-text-color; color: $contactlinks-text-color;
@ -679,13 +658,11 @@ p.resume-subcategory {
// General // General
blockquote { blockquote {
font-family: FreeSerif, serif;
font-size: .9em; font-size: .9em;
color: $text-normal; color: $text-normal;
} }
cite { cite {
font-family: FreeSerif, serif;
font-style: italic; font-style: italic;
} }