aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-02-15 14:09:11 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-02-15 14:09:11 +0100
commitc0ab594f07ca9ce5d576bcf2403c72049793727c (patch)
tree2a4fbf678bcff6a39510be10778cfac8728f2e88
parent48b9c680ec74f7aa9c1479f929b990899e380f46 (diff)
downloadarfnet2-web-c0ab594f07ca9ce5d576bcf2403c72049793727c.tar.gz
arfnet2-web-c0ab594f07ca9ce5d576bcf2403c72049793727c.zip
fixed font
-rw-r--r--fonts/LiberationMono-Regular.ttfbin108172 -> 319508 bytes
-rw-r--r--style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/fonts/LiberationMono-Regular.ttf b/fonts/LiberationMono-Regular.ttf
index 45636d6..d714078 100644
--- a/fonts/LiberationMono-Regular.ttf
+++ b/fonts/LiberationMono-Regular.ttf
Binary files differ
diff --git a/style.css b/style.css
index 7b4ba77..fb4f743 100644
--- a/style.css
+++ b/style.css
@@ -26,7 +26,7 @@ body {
background-color: #282C34;
color: #abb2bf;
- font-family: ui-sans-serif;
+ font-family: monospace, system-ui;
font-weight: 500;
max-width: 1000px;