set the font weight for multiple heading elements - zilongxuan001/LearnFreecode GitHub Wiki

为多个标题设置字体粗细

理解

你设置font-size后,可以使用font-weight。也就是说,要使用font-weight,就必须有font-size

font-weight属性可以设置字体的粗细。

font-weight: 800;

来源

Applied Visual Design: Set the font-weight for Multiple Heading Elements | Learn freeCodeCamp

CHANGELOG

2018-10-19 16:17:37