Skip to content

Commit

Permalink
Update font-unicode-range (#80)
Browse files Browse the repository at this point in the history
Update font-unicode-range
  • Loading branch information
a-korzun authored and pkuczynski committed Mar 23, 2018
1 parent 7560bb2 commit d2f32ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ module.exports = {
'css-touch-action': { properties: ['touch-action'] },
'css-clip-path': { properties: ['clip-path'] },
'font-unicode-range': {
atrules: ['font-face'],
properties: ['unicode-range']
},
'css-font-stretch': { properties: ['font-stretch'] },
Expand Down
10 changes: 10 additions & 0 deletions test/cases/font-face.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
expect:
fontface: 1
*/

@font-face {
font-family: "Open Sans";
src: url("assets/fonts/OpenSans-Semibold.woff") format("woff");
font-weight: 500;
}

0 comments on commit d2f32ed

Please sign in to comment.