Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12785 from samuelcarreira/patch-1
Browse files Browse the repository at this point in the history
add font-display property
  • Loading branch information
ficristo authored Sep 17, 2016
2 parents 147e945 + 8c2d00e commit a340c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/default/CSSCodeHints/CSSProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"flow-into": {"values": ["none"], "type": "named-flow"},
"flow-from": {"values": ["none", "inherit"], "type": "named-flow"},
"font": {"values": []},
"font-display": {"values": ["auto", "block", "swap", "fallback", "optional"]},

This comment has been minimized.

Copy link
@norizatonz

norizatonz Sep 20, 2016

add

This comment has been minimized.

Copy link
@norizatonz

norizatonz Sep 20, 2016

add properties

"font-family": {"values": ["cursive", "fantasy", "inherit", "monospace", "sans-serif", "serif"]},
"font-feature-settings": {"values": ["normal"]},
"font-kerning": {"values": ["auto", "none", "normal"]},
Expand Down

0 comments on commit a340c30

Please sign in to comment.