[Client] Add Roboto Mono font
This font will be used on the legal pages and could be used as the font of some text blocks of the game. Version 22 of the font has been added. Roboto Mono is made by Christian Robertson, licensed under the Apache 2.0 License.
This commit is contained in:
parent
84813790a6
commit
d6220c0600
@ -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;
|
||||
|
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.ttf
Normal file
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.ttf
Normal file
Binary file not shown.
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff
Normal file
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff
Normal file
Binary file not shown.
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff2
Normal file
BIN
truthseeker/static/fonts/roboto_mono_v22/roboto_mono_v22.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user