From 5c46d04241828451570381a46d9e3533706b85a9 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 22 Aug 2020 14:15:22 +0200 Subject: [PATCH] Added: Mapping of Google Material Icons (#87) --- core/mappings.js | 3 ++- pages/updates/updates.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/mappings.js b/core/mappings.js index 5a9761ad..7e99d6e3 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -425,7 +425,8 @@ var mappings = { // Google Material Icons 'fonts.googleapis.com': { '/': { - 'icon?family=Material+Icons': resources.googleMaterialIcons + 'icon?family=Material+Icons': resources.googleMaterialIcons, + 'css?family=Material+Icons': resources.googleMaterialIcons } }, // Yandex CDN diff --git a/pages/updates/updates.html b/pages/updates/updates.html index bde97dfa..e3b5a66d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@
  • Updated: jQueryUI v1.8.18 to v1.8.24 (#83)
  • Updated: jQuery Fancybox v3.5.7 (#86)
  • Added: Fancybox to cdn.jsdelivr.net (#86)
  • +
  • Added: Mapping of Google Material Icons (#87)