diff --git a/truthseeker/static/css/game_ui.css b/truthseeker/static/css/game_ui.css index 95013fa..fca2a65 100644 --- a/truthseeker/static/css/game_ui.css +++ b/truthseeker/static/css/game_ui.css @@ -17,6 +17,15 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } +@font-face { + font-family: "Roboto Mono"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("../fonts/roboto_mono_v22/roboto_mono_v22.woff2") format('woff2'), url("../fonts/roboto_mono_v22/roboto_mono_v22.woff") format('woff'), url("../fonts/roboto_mono_v22/roboto_mono_v22.ttf") format('truetype'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + /* Base elements */ :root { color-scheme: dark; diff --git a/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.ttf b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.ttf new file mode 100644 index 0000000..2ab8f34 Binary files /dev/null and b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.ttf differ diff --git a/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff new file mode 100644 index 0000000..068df61 Binary files /dev/null and b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff differ diff --git a/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff2 b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff2 new file mode 100644 index 0000000..f8894ba Binary files /dev/null and b/truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff2 differ