diff options
author | Minteck <nekostarfan@gmail.com> | 2021-06-05 19:27:48 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-06-05 19:27:48 +0200 |
commit | 8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6 (patch) | |
tree | 7096b67b189c0220826123c7d5b121752545d140 /views/common/fonts.css | |
download | kartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.tar.gz kartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.tar.bz2 kartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.zip |
Presque sortie du jeu
Diffstat (limited to 'views/common/fonts.css')
-rw-r--r-- | views/common/fonts.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/views/common/fonts.css b/views/common/fonts.css new file mode 100644 index 0000000..ac8f9f0 --- /dev/null +++ b/views/common/fonts.css @@ -0,0 +1,27 @@ +@font-face { + font-family: "Comfortaa"; + src: url("regular.ttf"); + font-weight: normal; +} + +@font-face { + font-family: "Comfortaa"; + src: url("bold.ttf"); + font-weight: bold; +} + +*, body, html, div { + font-family: "Comfortaa", -apple-system, sans-serif; +} + +#gpuinfo, #gpuinfo * { + font-family: monospace !important; +} + +body, * { + cursor: url("../../cursors/main.png"), default !important; +} + +input { + cursor: url("../../cursors/text.png"), default !important; +}
\ No newline at end of file |