diff --git a/core/constants.js b/core/constants.js index 03627cfe..913031e4 100644 --- a/core/constants.js +++ b/core/constants.js @@ -199,7 +199,7 @@ const IconType = { }; const Regex = { - 'GOOGLE_FONTS': /fonts\.(googleapis|gstatic)\.com\/.*\?family=(?!.*Material\+Icons.*).*/, + 'GOOGLE_FONTS': /fonts\.(googleapis|gstatic)\.com\/.*(?!.*Material\+Icons.*).*/, 'GOOGLE_MATERIAL_ICONS': /fonts\.googleapis\.com\/.*\?family=.*Material\+Icons/, 'JSDELIVR_COMBINE': /cdn\.jsdelivr\.net.*\/combine.*jquery.*hogan.*algoliasearch.*autocomplete.*/, 'BOOTSTRAP_DATEPICKER_3': /\/bootstrap-datepicker3.*\.css/, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 86bfd1d7..e6de3a2d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • Added: lightcase v2.5.0 (#338)
  • Improved mapping: Font Awesome (cdn.jsdelivr.net) (#338)
  • Added: animejs v3.2.1 (#338)
  • +
  • Improved: Google Font detection (#332)