LarsDenBakker/lit-html-examples

@font-face

benrhodes-work opened this issue · 1 comments

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

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.