Skip to content

Commit

Permalink
Update safari font tech() support (#20922)
Browse files Browse the repository at this point in the history
Safari now supports the tech function in font-face,
as well as the related @support rule.
Added in safari 17: https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#CSS
  • Loading branch information
yedayak authored Oct 12, 2023
1 parent 1433ca2 commit bd156a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/at-rules/font-face.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/at-rules/supports.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit bd156a1

Please sign in to comment.