Update css font stack

This commit is contained in:
Rico Sta. Cruz 2016-06-29 17:55:47 +08:00
parent 06cf032c7a
commit e61f68fa3f
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 13 additions and 0 deletions

View File

@ -5,4 +5,17 @@ category: CSS
> font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; > font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
| Font | OS |
| ---- | -- |
| `-apple-system` | OS X (10.11+), iOS (9+) |
| `BlinkMacSystemFont` | OS X, Chrome |
| `Segoe UI` | Windows |
| `Roboto` | Android 4.0+ |
| `Oxygen` | Linux, KDE |
| `Ubuntu` | Linux, Ubuntu |
| `Cantarell` | Linux, Gnome |
| `Fira Sans` | Firefox OS |
| `Droid Sans` | Android (until 3.2) |
| `Helvetica Neue` | OS X (10.9) |
Reference: <https://medium.com/design/system-shock-6b1dc6d6596f> Reference: <https://medium.com/design/system-shock-6b1dc6d6596f>