Update g.json

main
Elbert Alias 3 years ago committed by GitHub
parent 9c87e610ff
commit 669842e981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1520,10 +1520,18 @@
17 17
], ],
"description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.", "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.",
"html": [ "dom": {
"<link[^>]* href=[^>]+fonts\\.(?:googleapis|google|gstatic)\\.com", "link[href*='fonts.g']": {
"<style data-href=\"https://fonts.googleapis.com/css*\"" "attributes": {
], "href": "fonts\\.(?:googleapis|google|gstatic)\\.com"
}
},
"style[data-href*='fonts.g']": {
"attributes": {
"data-href": "fonts\\.(?:googleapis|google|gstatic)\\.com"
}
}
},
"icon": "Google Font API.png", "icon": "Google Font API.png",
"js": { "js": {
"WebFonts": "" "WebFonts": ""