Templarian / MaterialDesign-Webfont

@mdi/font Dist for Material Design Icons.
https://materialdesignicons.com
Other
402 stars 157 forks source link

Browser hang after update to 6.6.95 #84

Closed pdapnz closed 2 years ago

pdapnz commented 2 years ago

Hi!

We are using Material Design Icons through CDN link with latest specifier:

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">

Project based on VuetifyJs. And after yesterday update to 6.6.95 we discovered strange behavior. Browser become hang to some minutes and not response. After that in Firefox browser become notice "Could not load CSS". Similar situation in Chrome.

Fallback to previous version 6.5.95 solve the problem:

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css">
jendib commented 2 years ago

Same issue here, it took me a while to understand that it came from this font.

Warhead5555 commented 2 years ago

Took me a while to pinpoint the issue. After blocking the network calls to https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css i figured it out. Glad to see others experiencing the same.

mririgoyen commented 2 years ago

Note: Please use the main MaterialDesign repo to report issues. This repo is for distribution of the Webfont files only.

Please follow the report here: https://github.com/Templarian/MaterialDesign/issues/6519

DeadActive commented 2 years ago

All of the font files (.ttf, .eof, .woff, .woff2) in 6.6.95 hangs up both chrome and firefox on Windows, but there is no issue on Linux based systems. Files seems to be corrupted.

Templarian commented 2 years ago

Interesting. The the version of the webfont package got bumped as it was very out of date. I might need to revert that change in our @mdi/font-build toolchain and republish. Please following the above issue in the main repo.

Templarian commented 2 years ago

This was resolved in 6.6.96 released the other week.