@font-face
benrhodes-work opened this issue · 1 comments
benrhodes-work commented
Hey, thanks for your examples. They have been really helpful.
I'm stuck understanding one thing. If I want to inherit styles from a parent and remove the shadowDom.
For example:
_createRoot() {
return this;
}
I lose the ability to compose a component with slots. I'm not against having shadowed styles though, so alternatively how would you enable @font-face for a custom element
benrhodes-work commented
Nevermind. Issue was with a specific woff file. An icon font generated by svgs. I'll investigate issue with font generation itself compared others which work.