陈俊杰
commited on
Commit
•
e8c6b53
1
Parent(s):
c0fa552
fontSize
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ st.markdown("""
|
|
124 |
<style>
|
125 |
/* 统一调整所有 Markdown 文本的字体大小 */
|
126 |
.markdown-text-container {
|
127 |
-
font-size:
|
128 |
font-family: 'Times New Roman', serif;
|
129 |
line-height: 1.6; /* 设置行高 */
|
130 |
}
|
|
|
124 |
<style>
|
125 |
/* 统一调整所有 Markdown 文本的字体大小 */
|
126 |
.markdown-text-container {
|
127 |
+
font-size: 100px;
|
128 |
font-family: 'Times New Roman', serif;
|
129 |
line-height: 1.6; /* 设置行高 */
|
130 |
}
|