Update tags, expertise and descriptions across

Fix anything that was a bit out of place
This commit is contained in:
Angelos Chalaris
2020-03-05 22:52:51 +02:00
parent e536c78974
commit 7e69307433
47 changed files with 114 additions and 121 deletions

View File

@ -1,6 +1,6 @@
---
title: System font stack
tags: visual
tags: visual,beginner
---
Uses the native font of the operating system to get close to a native app feel.
@ -18,7 +18,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 if it cannot find the font (on the system or defined in CSS).
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).
1. `-apple-system` is San Francisco, used on iOS and macOS (not Chrome however)
2. `BlinkMacSystemFont` is San Francisco, used on macOS Chrome