Maryam Ilka commited on
Commit
631e0cb
·
verified ·
1 Parent(s): 77ed6a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,8 +20,8 @@ SHEET_NAME = "Condition1"
20
  st.markdown("""
21
  <style>
22
  @font-face {
23
- font-family: 'Vazir';
24
- src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir.woff') format('woff');
25
  }
26
 
27
  :root {
@@ -36,7 +36,7 @@ st.markdown("""
36
  }
37
 
38
  * {
39
- font-family: 'Vazir', sans-serif !important;
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
  }