diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index b6ba6770..f567cfc4 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1055,7 +1055,7 @@ https://cdn.jsdelivr.net/npm/react-lifecycles-compat@3.0.4/react-lifecycles-comp https://cdn.jsdelivr.net/npm/urlize.js/urlize.js https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js -https://fonts.gstatic.com/s/materialicons/v80/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/css/materialdesignicons.min.css diff --git a/pages/updates/updates.html b/pages/updates/updates.html index acfef1c3..16316482 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,7 +30,7 @@
  • Implemented: Simple logging page (#279)
  • Implemented: Hide donation button
  • Updated: popper.js v2.8.0 -> v2.9.1 (#280)
  • -
  • Updated: Google Material Icons v77 -> v80 (#281)
  • +
  • Updated: Google Material Icons v77 -> v81 (#281)
  • Updated: element-ui v2.15.0 -> v2.15.1 (#282)
  • Updated: instantsearch.js v4.14.2 -> v4.16.1 (#283)
  • Updated: vue-i18n v8.22.4 -> v8.24.0 (#284)
  • diff --git a/resources/google-material-design-icons/MaterialIcons-Regular.woff2 b/resources/google-material-design-icons/MaterialIcons-Regular.woff2 deleted file mode 100644 index c6e81b1a..00000000 Binary files a/resources/google-material-design-icons/MaterialIcons-Regular.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/google-material-design-icons.css b/resources/google-material-design-icons/google-material-design-icons.css index 41cd5f20..a4f30350 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -1,10 +1,16 @@ -/* fallback */ +/* + * Interceptor Google Material Icons + * Belongs to LocalCDN + * + * @author nobody + * @since 2021-03-10 + */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('MaterialIcons-Regular.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v80/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v81/MaterialIcons-Regular.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 b/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 new file mode 100644 index 00000000..a52ee356 Binary files /dev/null and b/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 differ