Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
9fc4ab1
1
Parent(s):
31b98e2
temporarily remove futuristic font
Browse files
style.css
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
color: #27497c;
|
3 |
-
}
|
4 |
|
5 |
-
@import url('https://fonts.googleapis.com/css2?family=Orbitron:[email protected]&display=swap');
|
6 |
|
7 |
body * {
|
8 |
font-family: 'Orbitron', sans-serif !important;
|
9 |
font-size: 15px;
|
10 |
font-weight: 400;
|
11 |
color: #FFFFFF;
|
12 |
-
}
|
|
|
1 |
+
.st-emotion-cache-1tpusnk a{
|
2 |
color: #27497c;
|
3 |
+
}
|
4 |
|
5 |
+
/* @import url('https://fonts.googleapis.com/css2?family=Orbitron:[email protected]&display=swap');
|
6 |
|
7 |
body * {
|
8 |
font-family: 'Orbitron', sans-serif !important;
|
9 |
font-size: 15px;
|
10 |
font-weight: 400;
|
11 |
color: #FFFFFF;
|
12 |
+
} */
|