diff --git a/src/technologies/g.json b/src/technologies/g.json index 55cf41521..1a7a29b6b 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1520,7 +1520,18 @@ 17 ], "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.", - "html": "]* href=[^>]+fonts\\.(?:googleapis|google)\\.com", + "dom": { + "link[href*='fonts.g']": { + "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", "js": { "WebFonts": "" @@ -2258,4 +2269,4 @@ "implies": "Python", "website": "http://gunicorn.org" } -} \ No newline at end of file +}