1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Update css-cn.html.markdown

This commit is contained in:
Fotia5230
2020-01-13 14:06:49 +08:00
committed by GitHub
parent 1eecfded69
commit 7f34c0c699

View File

@@ -132,7 +132,7 @@ div.some-parent.class-name {}
font-family: Arial;
font-family: "Courier New"; /* 使用双引号包裹含空格的字体名称 */
font-family: "Courier New", Trebuchet, Arial; /* 如果第一个
字体没找到,浏览器会使用第二个字体,一次类推 */
字体没找到,浏览器会使用第二个字体,以此类推 */
}
```