You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
want to add that this issue also seemingly applies to all fonts that get imported through npm packages: fontaine doesnt see the fonts at all -- that is, it doesn't even try to generate an "override" font
π The bug
When attaching fonts via Fontsource (4k stars on Github), a fallback font is added to
font-family
, but@font-face
is not created for it.π οΈ To reproduce
https://stackblitz.com/edit/github-xyllwv?file=index.css
π Expected behaviour
The Roboto font in the demo should have a fallback font, but it doesn't.
βΉοΈ Additional context
https://github.com/Serator/fontaine-with-fontsource - additional example with SvelteKit.
The text was updated successfully, but these errors were encountered: