From 0bd45cb2cae3af05adaad3f38d129bb67c3e0ec0 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 18 May 2022 18:50:12 +0200 Subject: Add Kartik --- kartik/views/common/fonts.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 kartik/views/common/fonts.css (limited to 'kartik/views/common/fonts.css') diff --git a/kartik/views/common/fonts.css b/kartik/views/common/fonts.css new file mode 100755 index 0000000..af3ecab --- /dev/null +++ b/kartik/views/common/fonts.css @@ -0,0 +1,23 @@ +@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-inner, #gpuinfo-inner * { + font-family: monospace !important; +} + +* { + cursor: default !important; +} \ No newline at end of file -- cgit