Add extractor and builder
Tested and working
This commit is contained in:
@ -5,14 +5,10 @@ tags: visual,intermediate
|
||||
|
||||
Uses the native font of the operating system to get close to a native app feel.
|
||||
|
||||
#### HTML
|
||||
|
||||
```html
|
||||
<p class="system-font-stack">This text uses the system font.</p>
|
||||
```
|
||||
|
||||
#### CSS
|
||||
|
||||
```css
|
||||
.system-font-stack {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
|
||||
@ -20,8 +16,6 @@ Uses the native font of the operating system to get close to a native app feel.
|
||||
}
|
||||
```
|
||||
|
||||
#### Demo
|
||||
|
||||
#### Explanation
|
||||
|
||||
The browser looks for each successive font, preferring the first one if possible, and
|
||||
|
||||
Reference in New Issue
Block a user