|
@@ -2,9 +2,7 @@
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
|
|
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
|
|
-@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
|
|
|
|
-@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
|
|
|
|
-@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
|
|
|
|
|
|
+
|
|
|
|
|
|
* {
|
|
* {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -13,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
:root {
|
|
:root {
|
|
- --fontFamily: Roboto Slab, sans-serif;
|
|
|
|
|
|
+ --fontFamily: Arial, Ubuntu, sans-serif;
|
|
--foreground: #a8a8a8;
|
|
--foreground: #a8a8a8;
|
|
--foreground2: #b1b1b1;
|
|
--foreground2: #b1b1b1;
|
|
// --highlightFg: #ffbb00;
|
|
// --highlightFg: #ffbb00;
|