陈俊杰
commited on
Commit
•
d943032
1
Parent(s):
6801281
fontSize
Browse files
app.py
CHANGED
@@ -124,9 +124,9 @@ st.markdown("""
|
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
div[data-testid="stMarkdownContainer"] {
|
127 |
-
font-size: 48px
|
128 |
-
font-family: 'Times New Roman', serif
|
129 |
-
line-height: 1.8
|
130 |
}
|
131 |
</style>
|
132 |
""", unsafe_allow_html=True)
|
|
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
div[data-testid="stMarkdownContainer"] {
|
127 |
+
font-size: 48px !important;
|
128 |
+
font-family: 'Times New Roman', serif !important;
|
129 |
+
line-height: 1.8 !important;
|
130 |
}
|
131 |
</style>
|
132 |
""", unsafe_allow_html=True)
|