Merge pull request #3815 from Fotia5230/patch-1

[CSS/zh-cn] Fixed typo
This commit is contained in:
Max Schumacher 2020-01-29 16:26:37 +01:00 committed by GitHub
commit 98e4f1c0fd
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; /* 如果第一个
字体没找到浏览器会使用第二个字体一次类推 */
字体没找到浏览器会使用第二个字体以此类推 */
}
```