fix typo in system-font-stack.md
This commit is contained in:
@ -852,7 +852,7 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
|
||||
}
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user