Reafcatred the stylesheets and made fixes to the Resume page.

This commit is contained in:
g* 2025-06-15 03:09:10 +02:00
commit 7ddca3c39d
14 changed files with 366 additions and 329 deletions

View file

@ -141,12 +141,27 @@
src: url('../fonts/dm-mono/DMMono-LightItalic.ttf');
}
@font-face {
font-family: 'Open Sans';
font-weight: medium;
font-style: normal;
src: url('../fonts/open-sans/OpenSans-Medium.ttf');
}
@font-face {
font-family: 'DM Serif';
font-weight: bolder;
font-style: italic;
src: url('../fonts/open-sans/OpenSans-ExtraBold.ttf');
}
/* Variables */
:root {
--primary-font: 'Libre Baskerville', serif;
--secondary-font: 'Lato', sans-serif;
--tertiary-font: 'DM Mono', monospace;
--number-font: 'Open Sans', sans-serif;
}
/* Typeset */
@ -163,7 +178,7 @@
h4,
h5,
h6 {
font-weight: bold;
font-weight: 900;
}
}