diff options
author | arf20 <aruizfernandez05@gmail.com> | 2025-02-15 14:09:11 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2025-02-15 14:09:11 +0100 |
commit | c0ab594f07ca9ce5d576bcf2403c72049793727c (patch) | |
tree | 2a4fbf678bcff6a39510be10778cfac8728f2e88 | |
parent | 48b9c680ec74f7aa9c1479f929b990899e380f46 (diff) | |
download | arfnet2-web-c0ab594f07ca9ce5d576bcf2403c72049793727c.tar.gz arfnet2-web-c0ab594f07ca9ce5d576bcf2403c72049793727c.zip |
fixed font
-rw-r--r-- | fonts/LiberationMono-Regular.ttf | bin | 108172 -> 319508 bytes | |||
-rw-r--r-- | style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fonts/LiberationMono-Regular.ttf b/fonts/LiberationMono-Regular.ttf Binary files differindex 45636d6..d714078 100644 --- a/fonts/LiberationMono-Regular.ttf +++ b/fonts/LiberationMono-Regular.ttf @@ -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; |