reformatting system font stack code sample
removed curly quotes and makes it easier to copypaste
This commit is contained in:
parent
dc77ac8712
commit
f2f15a7496
|
@ -3,7 +3,12 @@ title: "CSS: System font stack"
|
|||
category: CSS
|
||||
---
|
||||
|
||||
> font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
```css
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans",
|
||||
"Droid Sans", "Helvetica Neue", sans-serif;
|
||||
```
|
||||
|
||||
| Font | OS |
|
||||
| ---- | -- |
|
||||
|
|
Loading…
Reference in New Issue