css-tricks: Format

This commit is contained in:
Rico Sta. Cruz 2018-05-02 09:59:19 +08:00
parent 3fc0bad912
commit 810ae09b4e
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@ layout: 2017/sheet
### Heading kerning pairs and ligature ### Heading kerning pairs and ligature
```css ```css
h1, h2, h3 { text-rendering: optimizeLegibility; } h1, h2, h3 {
text-rendering: optimizeLegibility;
}
``` ```
### Native-like iOS scrolling ### Native-like iOS scrolling