Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
custom_css = """
|
|
|
2 |
|
3 |
-
.markdown-text {
|
4 |
-
font-
|
|
|
5 |
}
|
6 |
|
7 |
#models-to-add-text {
|
8 |
-
font-size:
|
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 {
|