From 4b90218cc6d88f8d7b65523ff826771d7a0bd372 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 26 Jul 2025 22:24:12 -0600 Subject: Add fonts --- assets/css/styles.css | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'assets/css/styles.css') 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; -} -- cgit v1.2.3