9.2.11 字体属性
font-family
body {
font-family: "Microsoft Yahei", "微软雅黑", "Arial", sans-serif
}font-weight
font-size
color
Last updated
body {
font-family: "Microsoft Yahei", "微软雅黑", "Arial", sans-serif
}Last updated
p {
font-size: 14px;
}p {
color: red;
}