Skip to content

Commit

Permalink
Add font-face.dist.yml (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 3, 2024
1 parent 6a3ddf6 commit c295c96
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
26 changes: 26 additions & 0 deletions features/font-face.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Generated from: font-face.yml
# Do not edit this file by hand. Edit the source file instead!

name: "@font-face"
description: The `@font-face` CSS at-rule creates a custom `font-family` value. The at-rule's descriptors set the font's name, source, and various display settings.
spec: https://drafts.csswg.org/css-fonts-5/
caniuse: fontface
alias: fonts
status:
baseline: high
baseline_low_date: 2016-09-20
baseline_high_date: 2019-03-20
support:
chrome: "36"
chrome_android: "36"
edge: "14"
firefox: "39"
firefox_android: "39"
safari: "10"
safari_ios: "10"
compat_features:
- css.at-rules.font-face
- css.at-rules.font-face.WOFF
- css.at-rules.font-face.WOFF_2
- css.at-rules.font-face.font-family
- css.at-rules.font-face.src
17 changes: 0 additions & 17 deletions features/font-face.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,3 @@ description: The `@font-face` CSS at-rule creates a custom `font-family` value.
spec: https://drafts.csswg.org/css-fonts-5/
caniuse: fontface
alias: fonts
status:
baseline: high
baseline_low_date: 2016-09-20
support:
chrome: "36"
chrome_android: "36"
edge: "14"
firefox: "39"
firefox_android: "39"
safari: "10"
safari_ios: "10"
compat_features:
- css.at-rules.font-face
- css.at-rules.font-face.font-family
- css.at-rules.font-face.src
- css.at-rules.font-face.WOFF
- css.at-rules.font-face.WOFF_2

0 comments on commit c295c96

Please sign in to comment.