aboutsummaryrefslogtreecommitdiff
path: root/views/common/fonts.css
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-05 19:27:48 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-05 19:27:48 +0200
commit8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6 (patch)
tree7096b67b189c0220826123c7d5b121752545d140 /views/common/fonts.css
downloadkartik-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.css27
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