Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
f2e7a61
1
Parent(s):
a998bd1
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,12 @@ st.set_page_config(layout="wide")
|
|
36 |
st.markdown(
|
37 |
"""
|
38 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
body {
|
40 |
color: white;
|
41 |
background-color: #1e1e1e;
|
|
|
36 |
st.markdown(
|
37 |
"""
|
38 |
<style>
|
39 |
+
@font-face {font-family: 'Quicksand';
|
40 |
+
src: url('data:font/woff2;base64,...') format('woff2'),
|
41 |
+
url('data:font/woff;base64,...') format('woff'),
|
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;
|