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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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