Skip to content

Commit

Permalink
Update @font-face for CSS Fonts Level 4 (#237)
Browse files Browse the repository at this point in the history
* Update @font-face for CSS Fonts Level 4

* Update after review
  • Loading branch information
wbamberg authored and Elchi3 committed Jun 19, 2018
1 parent 64fdd9b commit f9b6921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"status": "standard"
},
"font-stretch": {
"syntax": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
"syntax": "<font-stretch-absolute>{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
Expand All @@ -174,7 +174,7 @@
"status": "standard"
},
"font-style": {
"syntax": "normal | italic | oblique",
"syntax": "normal | italic | oblique <angle>{0,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
Expand All @@ -183,7 +183,7 @@
"status": "standard"
},
"font-weight": {
"syntax": "normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900",
"syntax": "<font-weight-absolute>{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
Expand Down

0 comments on commit f9b6921

Please sign in to comment.