fix typo in system-font-stack.md

This commit is contained in:
ohansemmanuel
2018-02-27 02:15:54 +01:00
parent 46f53bfec4
commit c752d6f6d1
8 changed files with 4102 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Uses the native font of the operating system to get close to a native app feel.
#### Explanation
The browser looks for each successive font, preferring the first one if possible, and
falls back to the next of it cannot find the font (on the system or defined in CSS).
falls back to the next if it cannot find the font (on the system or defined in CSS).
1. `-apple-system` is San Francisco, used on iOS and macOS (not Chrome however)
2. `BlinkMacSystemFont` is San Francisco, used on macOS Chrome