summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorJJ2024-01-05 05:40:29 +0000
committerJJ2024-01-05 05:40:29 +0000
commit2e43626245edf8d490c7aa582bebd836d25e3217 (patch)
treecb986219d9307ae744182ddf7d2a2e6981ef96a7 /css/style.css
parent4dd75d234e55df43f2a24d45cd8b3bdb2e3c50a1 (diff)
new monospace font
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 56377aa..3920f27 100644
--- a/css/style.css
+++ b/css/style.css
@@ -22,7 +22,7 @@ a:hover {
}
code {
- font-family: JuliaMono, monospace;
+ font-family: NotoSansMono, monospace;
font-size: 18px;
}