Skip to content

Commit

Permalink
fix typo in system-font-stack.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansemmanuel committed Feb 27, 2018
1 parent 46f53bf commit c752d6f
Show file tree
Hide file tree
Showing 8 changed files with 4,102 additions and 2 deletions.
Binary file added dist/410f94d6c61e5beb62212a28c82ecef3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
999 changes: 999 additions & 0 deletions dist/6f87738ba5ca74ac9104fc97c6eee446.html

Large diffs are not rendered by default.

1,621 changes: 1,621 additions & 0 deletions dist/719042b6d7879d0a403a9eaac2211738.css

Large diffs are not rendered by default.

1,479 changes: 1,479 additions & 0 deletions dist/719042b6d7879d0a403a9eaac2211738.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/719042b6d7879d0a403a9eaac2211738.map

Large diffs are not rendered by default.

Binary file added dist/ac46b6c579212c73b4f2afaa428f354c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ <h4 data-type="Demo">Demo</h4>
}
</style>
<h4 data-type="Explanation">Explanation</h4>
<p>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).</p>
<p>The browser looks for each successive font, preferring the first one if possible, and falls back to the next if it cannot find the font (on the system or defined in CSS).</p>
<ol>
<li><code>-apple-system</code> is San Francisco, used on iOS and macOS (not Chrome however)</li>
<li><code>BlinkMacSystemFont</code> is San Francisco, used on macOS Chrome</li>
Expand Down
2 changes: 1 addition & 1 deletion snippets/system-font-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c752d6f

Please sign in to comment.