Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CSS) font-tech() and font-format() functions added in Fx 106 #18034

Merged
merged 10 commits into from Oct 18, 2022
70 changes: 70 additions & 0 deletions css/at-rules/supports.json
Expand Up @@ -44,6 +44,76 @@
"deprecated": false
}
},
"font-format": {
"__compat": {
"description": "<code>font-format()</code>",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": false,
bsmth marked this conversation as resolved.
Show resolved Hide resolved
"firefox": {
"version_added": "106"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": false,
"opera": false,
"opera_android": {
"version_added": "mirror"
},
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"font-tech": {
"__compat": {
"description": "<code>font-tech()</code>",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": false,
"firefox": {
"version_added": "106"
},
"firefox_android": false,
"ie": {
"version_added": false
},
"oculus": false,
"opera": false,
"opera_android": {
"version_added": "mirror"
},
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"selector": {
"__compat": {
"description": "<code>selector()</code>",
Expand Down