forked from vuejs/vue-element
-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
First of all, thanks for this repo, it plugs a hole that Vue has and React doesn't and it's working great for my project.
I've stumbled across one thing, with shadowDom enabled, I'm linking to fonts from Google they don't appear to work. It does the initial request and pulls the css file, but doesn't then get the WOFF so the font doesn't come through. Or in the case of Material Icons, they're rendered as placeholders.
I've tried importing using @import url("")
in the scss and also with the <link href=""
tag in the Vue file itself.
Any ideas how to get this working? I guess I could hold them locally from an npm package but this doesn't feel right.
Thanks again
Metadata
Metadata
Assignees
Labels
No labels