summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJJ2024-01-05 05:40:29 +0000
committerJJ2024-01-05 05:40:29 +0000
commit2e43626245edf8d490c7aa582bebd836d25e3217 (patch)
treecb986219d9307ae744182ddf7d2a2e6981ef96a7 /css
parent4dd75d234e55df43f2a24d45cd8b3bdb2e3c50a1 (diff)
new monospace font
Diffstat (limited to 'css')
-rw-r--r--css/fonts.css55
-rw-r--r--css/style.css2
2 files changed, 56 insertions, 1 deletions
diff --git a/css/fonts.css b/css/fonts.css
index 7703742..db16a75 100644
--- a/css/fonts.css
+++ b/css/fonts.css
@@ -180,3 +180,58 @@
font-style: italic;
font-weight: 800;
}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-ExtraLight.ttf);
+ font-weight: 100;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Thin.ttf);
+ font-weight: 200;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Light.ttf);
+ font-weight: 300;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Regular.ttf);
+ font-style: normal;
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Medium.ttf);
+ font-weight: 500;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-SemiBold.ttf);
+ font-weight: 600;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Bold.ttf);
+ font-weight: 700;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-ExtraBold.ttf);
+ font-weight: 800;
+}
+
+@font-face {
+ font-family: NotoSansMono;
+ src: url(../fonts/NotoSansMono/NotoSansMono-Black.ttf);
+ font-weight: 900;
+}
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;
}