diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-05 17:29:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 17:29:18 +0200 |
commit | b865b8f6586ffd4554cdfe45c739030afc882acd (patch) | |
tree | 37bcdf6575d8764b7367f34544658886879c0c5e /views/common/fonts.css | |
parent | 79edea37d15f88f086f7775bbbce64a57535b043 (diff) | |
parent | 7b541bbf2a8d754d26511895801d90f02cdf99f7 (diff) | |
download | kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.gz kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.bz2 kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.zip |
Merge pull request #4 from Minteck-Projects/devel
Branching 21.08
Diffstat (limited to 'views/common/fonts.css')
-rw-r--r-- | views/common/fonts.css | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/views/common/fonts.css b/views/common/fonts.css index 5aa99e0..a7d81d5 100644 --- a/views/common/fonts.css +++ b/views/common/fonts.css @@ -1,23 +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; -} - -body, * { - cursor: default !important; +@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;
+}
+
+body, * {
+ cursor: default !important;
}
\ No newline at end of file |