Skip to content

Commit

Permalink
Update fontface.json (#7117)
Browse files Browse the repository at this point in the history
Safari added support for `@font-face` in October 2007. 
https://webkit.org/blog/124/downloadable-fonts/

Which means Safari 3.1 for Mac had support in March 2008. This PR updates that bit of information.
  • Loading branch information
jensimmons committed Jul 30, 2024
1 parent a7af1ad commit c8ba4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features-json/fontface.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"129":"y"
},
"safari":{
"3.1":"n",
"3.1":"y",
"3.2":"y",
"4":"y",
"5":"y",
Expand Down

0 comments on commit c8ba4c0

Please sign in to comment.