style(css): change main font and code fonts

Change the font to EB Garamond and Office Code Pro
This commit is contained in:
nopeitsnothing
2026-06-20 22:35:40 -04:00
parent 6b34e51bdb
commit 7ee67836c3
11 changed files with 335 additions and 145 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
:root {
--md-primary-fg-color:#4052b500;
--md-primary-fg-color:#0000005e;
--bg-color: #020307;
--text-primary: #c5c5c5;
--text-secondary: #a0a0a0;
--accent-color: #039634;
--border-color: #0b85005d;
--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--font-main: 'EB Garamond', serif;
--code-font: 'Office Code Pro', serif;
}
* {
@@ -27,7 +28,7 @@ body {
h1 {
color: var(--crt-green);
font-weight: 700;
font-weight: 800;
margin-top: 1.5em;
margin-bottom: 0.5em;
}