Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
44f750f
1
Parent(s):
deb4dd4
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
|
2 |
+
|
3 |
+
.quicksand-<uniquifier> {
|
4 |
+
font-family: "Quicksand", sans-serif;
|
5 |
+
font-optical-sizing: auto;
|
6 |
+
font-weight: 400;
|
7 |
+
font-style: normal;
|
8 |
+
}
|