rymc commited on
Commit
9fb96d1
·
verified ·
1 Parent(s): 70e0415

Update src/display/css_html_js.py

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +5 -3
src/display/css_html_js.py CHANGED
@@ -1,11 +1,13 @@
1
  custom_css = """
 
2
 
3
- .markdown-text {
4
- font-size: 16px !important;
 
5
  }
6
 
7
  #models-to-add-text {
8
- font-size: 18px !important;
9
  }
10
 
11
  #citation-button span {
 
1
  custom_css = """
2
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
3
 
4
+ .markdown-text, .markdown-text * {
5
+ font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
6
+ font-size: 18px !important;
7
  }
8
 
9
  #models-to-add-text {
10
+ font-size: 16px !important;
11
  }
12
 
13
  #citation-button span {