作者:U友50140932 | 来源:互联网 | 2023-07-10 18:23
只有大小css字体设置。没有百分比。
CSS 定义了 5 种通用字体系列:
Serif 字体 Sans-serif 字体 Monospace 字体 Cursive 字体 Fantasy 字体
列:
body {font-family: sans-serif;} , h1 {font-family: Georgia;} , h2{font-family: Georgia, serif;}
p {font-family: Times, TimesNR, 'New Century Schoolbook',Georgia, 'New York', serif;}
EM格式
h1 {font-size:3.75em;}
h2 {font-size:2.5em;}
p {font-size:0.875em;}