ranbuch / accessibility

add accessibility to your website
MIT License
291 stars 39 forks source link

Could not resolve '1em Material+Icons' as a font. #29

Closed aagostini12 closed 2 years ago

aagostini12 commented 2 years ago

Hello! I'm using this plugin in Vue + nuxt and it's giving me the following error:

Failed to execute 'check' on 'FontFaceSet': Could not resolve '1em Material+Icons' as a font.

Any solutions?

brianteeman commented 2 years ago

This is because of the incorrect change in the code in #27

revert that change and it will work

aagostini12 commented 2 years ago

Thank you!