add monospace fallback
Some checks are pending
/ ls (push) Waiting to run

This commit is contained in:
ArgentumCation 2025-04-04 17:02:47 -04:00
parent 34209e4d4b
commit af50963665

View file

@ -1,5 +1,5 @@
:root { :root {
font-family: "nasin-nanpa", "TX-02"; font-family: "nasin-nanpa", "TX-02", "Berkeley Mono", monospace;
--text-color: #ebf6ff; --text-color: #ebf6ff;
--text-color-alt: #c1c7db; --text-color-alt: #c1c7db;
--background-color: #010206; --background-color: #010206;