Add Google Font API detection method

main
Chris 2 years ago
parent 8b72e07b6b
commit 9c87e610ff

@ -1520,7 +1520,10 @@
17
],
"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",
"js": {
"WebFonts": ""
@ -2258,4 +2261,4 @@
"implies": "Python",
"website": "http://gunicorn.org"
}
}
}