Skip to content

Commit

Permalink
Merge pull request #227 from chrisdavidmills/font-optical-sizing
Browse files Browse the repository at this point in the history
add data for the font-optical-sizing property
  • Loading branch information
wbamberg committed May 10, 2018
2 parents 8acf3b2 + 59a5e7d commit 4d5fa53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/properties.json
Expand Up @@ -3994,6 +3994,26 @@
],
"status": "standard"
},
"font-optical-sizing": {
"syntax": "auto | none",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Fonts"
],
"initial": "auto",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"alsoAppliesTo": [
"::first-letter",
"::first-line",
"::placeholder"
],
"status": "standard"
},
"font-variation-settings": {
"syntax": "normal | [ <string> <number> ]#",
"media": "visual",
Expand Down

0 comments on commit 4d5fa53

Please sign in to comment.