mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-21 04:58:04 +02:00
style(css): change main font and code fonts
Change the font to EB Garamond and Office Code Pro
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user