Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
cbc8d85
1
Parent(s):
cf2182b
Update app.py
Browse files
app.py
CHANGED
@@ -37,11 +37,8 @@ st.markdown(
|
|
37 |
"""
|
38 |
<style>
|
39 |
@font-face {font-family: 'Quicksand';
|
40 |
-
src: url('data:
|
41 |
-
|
42 |
-
url('data:application/x-font-otf;base64,...') format('truetype'),
|
43 |
-
url('data:application/x-font-svg;base64,...') format('svg');
|
44 |
-
}
|
45 |
body {
|
46 |
color: white;
|
47 |
background-color: #1e1e1e;
|
|
|
37 |
"""
|
38 |
<style>
|
39 |
@font-face {font-family: 'Quicksand';
|
40 |
+
src: url('data:Quicksand-VariableFont_wght.ttf') format('truetype');
|
41 |
+
}
|
|
|
|
|
|
|
42 |
body {
|
43 |
color: white;
|
44 |
background-color: #1e1e1e;
|