aboutsummaryrefslogtreecommitdiff
path: root/views/common/fonts.css
diff options
context:
space:
mode:
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