[css] Fix all font families

This commit is contained in:
Dhananjay Balan 2024-01-07 16:16:13 +01:00
parent bc1bbebc90
commit 8f09c767e1

View File

@ -6,7 +6,7 @@ html {
display: grid; display: grid;
grid-template-columns: 70% 30%; grid-template-columns: 70% 30%;
grid-template-rows: auto; grid-template-rows: auto;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 10pt; font-size: 10pt;
} }
@ -80,13 +80,14 @@ figcaption {
} }
h1 { h1 {
font-family: 'IBM Plex Mono', monospace; font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
font-size: 30pt; font-size: 30pt;
font-weight: bold; font-weight: bold;
} }
h2 { h2 {
font-family: 'IBM Plex Mono', monospace;
font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
font-size: 22pt; font-size: 22pt;
margin-top: 1.5em; margin-top: 1.5em;
font-weight: bold; font-weight: bold;