Add Google Font API detection method

main
Chris 2 years ago
parent 8b72e07b6b
commit 9c87e610ff

@ -1520,7 +1520,10 @@
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": "<link[^>]* href=[^>]+fonts\\.(?:googleapis|google)\\.com", "html": [
"<link[^>]* href=[^>]+fonts\\.(?:googleapis|google|gstatic)\\.com",
"<style data-href=\"https://fonts.googleapis.com/css*\""
],
"icon": "Google Font API.png", "icon": "Google Font API.png",
"js": { "js": {
"WebFonts": "" "WebFonts": ""
@ -2258,4 +2261,4 @@
"implies": "Python", "implies": "Python",
"website": "http://gunicorn.org" "website": "http://gunicorn.org"
} }
} }