Merge pull request #42 from cmegown/gh-pages

reformatting system font stack code sample
This commit is contained in:
Rico Sta. Cruz 2016-10-19 23:19:07 +08:00 committed by GitHub
commit 6455f40f68
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,12 @@ title: "CSS: System font stack"
category: CSS category: CSS
--- ---
> font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; ```css
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
```
| Font | OS | | Font | OS |
| ---- | -- | | ---- | -- |