Skip to content

Commit

Permalink
Add impl_urls for Chrome and Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Jan 17, 2025
1 parent 4ec15c7 commit 1eda47e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions css/properties/font-family.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-family#ui-monospace",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40194142"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1461302"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -178,12 +180,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-family#ui-rounded",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40194142"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1461302"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -212,12 +216,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-family#ui-sans-serif",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40194142"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1461302"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -246,12 +252,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-family#ui-serif",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40194142"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1461302"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 1eda47e

Please sign in to comment.