From 1eda47eea5b459da6113182431c36524d585766e Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Fri, 17 Jan 2025 16:43:04 +0100 Subject: [PATCH] Add impl_urls for Chrome and Firefox --- css/properties/font-family.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/css/properties/font-family.json b/css/properties/font-family.json index d9d13f09b9e353..ae5e9855e18d0c 100644 --- a/css/properties/font-family.json +++ b/css/properties/font-family.json @@ -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": { @@ -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": { @@ -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": { @@ -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": {