summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2025-07-26 22:24:12 -0600
committerHombreLaser <buran@silosneeded.com>2025-07-26 22:24:12 -0600
commit4b90218cc6d88f8d7b65523ff826771d7a0bd372 (patch)
treee2c165652bb54d2b12736549bcc3e812a4c339c9 /assets/css
parent7bef83a98c20d64ac790deef3482eb3cb935744b (diff)
Add fonts
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/styles.css48
1 files changed, 26 insertions, 22 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 76642c2..3ad8db1 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -25,15 +25,6 @@
color: #617284;
}
- .navigation {
- color: #ed6a5a;
- font-size: 20px;
- }
-
- .navigation:hover {
- color: #b6756d;
- }
-
.top-bar {
border-bottom: 1px solid #ed6a5a;
}
@@ -181,15 +172,6 @@
font-size: var(--bulma-size-6);
}
- .navigation {
- color: #4D9DE0;
- font-size: 20px;
- }
-
- .navigation:hover {
- color: #668eb0;
- }
-
.top-bar {
border-bottom: 1px solid #4D9DE0;
}
@@ -315,6 +297,32 @@
}
}
+@font-face {
+ font-family: "Courier Prime";
+ font-style: normal;
+ font-weight: 400;
+ src: url(/assets/fonts/CourierPrime-Regular.ttf);
+}
+
+@font-face {
+ font-family: "Courier Prime Italic";
+ font-style: normal;
+ font-weight: 400;
+ src: url(/assets/fonts/CourierPrime-Italic.ttf);
+}
+
+@font-face {
+ font-family: "Courier Prime Bold";
+ font-style: normal;
+ font-weight: 400;
+ src: url(/assets/fonts/CourierPrime-Bold.ttf);
+}
+
+:root {
+ --bulma-family-primary: "Courier Prime", serif;
+ --bulma-family-secondary: "Courier Prime", serif;
+}
+
@media (width <= 1000px) {
.page-container {
flex: none;
@@ -381,7 +389,3 @@ h2 {
p {
font-size: 1.2rem;
}
-
-body {
- font-family: 'Courier New', Courier, monospace;
-}