“夹用英文的中文文本的标点符号用法(草案)/style.css”的版本间的差异
(// Edit via Wikiplus) |
小 (ceshi) |
||
第4行: | 第4行: | ||
p { | p { | ||
− | font-family: Times New Roman, | + | font-family: Times New Roman, 仿宋; |
font-size: 1.05em; | font-size: 1.05em; | ||
} | } | ||
第11行: | 第11行: | ||
font-size: 1.05em; | font-size: 1.05em; | ||
font-weight: normal!important; | font-weight: normal!important; | ||
− | font-family: Times New Roman, | + | font-family: Times New Roman, 仿宋; |
} | } | ||
第20行: | 第20行: | ||
h3 { | h3 { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
+ | font-family: 楷体; | ||
} | } | ||
h2 { | h2 { | ||
font-size: 1.5em; | font-size: 1.5em; | ||
+ | font-family: 黑体; | ||
} | } |
2021年9月9日 (四) 22:44的版本
.toclevel-4 { display: none; } p { font-family: Times New Roman, 仿宋; font-size: 1.05em; } h5 { font-size: 1.05em; font-weight: normal!important; font-family: Times New Roman, 仿宋; } h4 { font-size: 1.15em; } h3 { font-size: 1.2em; font-family: 楷体; } h2 { font-size: 1.5em; font-family: 黑体; }