Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,8 +20,8 @@ SHEET_NAME = "Condition1"
|
|
| 20 |
st.markdown("""
|
| 21 |
<style>
|
| 22 |
@font-face {
|
| 23 |
-
font-family: '
|
| 24 |
-
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/
|
| 25 |
}
|
| 26 |
|
| 27 |
:root {
|
|
@@ -36,7 +36,7 @@ st.markdown("""
|
|
| 36 |
}
|
| 37 |
|
| 38 |
* {
|
| 39 |
-
font-family: '
|
| 40 |
text-align: right !important;
|
| 41 |
direction: rtl !important;
|
| 42 |
}
|
|
|
|
| 20 |
st.markdown("""
|
| 21 |
<style>
|
| 22 |
@font-face {
|
| 23 |
+
font-family: 'B Nazanin';
|
| 24 |
+
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/fonts@master/fonts/B%20Nazanin/B%20Nazanin.woff') format('woff');
|
| 25 |
}
|
| 26 |
|
| 27 |
:root {
|
|
|
|
| 36 |
}
|
| 37 |
|
| 38 |
* {
|
| 39 |
+
font-family: 'B Nazanin', 'B Nazanin Bold', sans-serif !important;
|
| 40 |
text-align: right !important;
|
| 41 |
direction: rtl !important;
|
| 42 |
}
|