Replies: 1 comment 1 reply
-
Hi, since this is not a bug but a question, I'm moving it to the discussion. As for the module, currently the font format is automatically parsed from the src input name, so this would require additional logic or a new option specifically for this. Also, can you please provide a solid example of why this would be a useful addition for the module? I think this For modern browsers, it will work fine even if you just use The benefit of You can also later control content with CSS classes that apply custom font settings, such as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to Reproduce
Add woff2 font
Use it in component via "useLocalFont"
Current Behavior
My font for Safari needs to custom format.
I use woff2 font, and format automatically sets
format('woff2')
but I needformat('woff2-variations')
.Is it possible?
Expected Behavior
Changed format to custom
Additional Details
No response
Version
2.3.5
Beta Was this translation helpful? Give feedback.
All reactions