Spaces:
Running
Running
fschwartzer
commited on
Commit
•
4324c06
1
Parent(s):
cbc8d85
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ st.markdown(
|
|
37 |
"""
|
38 |
<style>
|
39 |
@font-face {font-family: 'Quicksand';
|
40 |
-
src: url('
|
|
|
41 |
}
|
42 |
body {
|
43 |
color: white;
|
|
|
37 |
"""
|
38 |
<style>
|
39 |
@font-face {font-family: 'Quicksand';
|
40 |
+
src: url('.../Quicksand-VariableFont_wght.ttf') format('truetype');
|
41 |
+
|
42 |
}
|
43 |
body {
|
44 |
color: white;
|