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
It would be nice to be able to add italic to the font that is loaded from google fonts. I tried matching the api format that is used on the google fonts page, which would look something like Work+Sans:ital:400, but the logic in pure.ts assumes [family]:[weight] only.
🆒 Your use case
It would be nice to be able to add italic to the font that is loaded from google fonts. I tried matching the api format that is used on the google fonts page, which would look something like
Work+Sans:ital:400
, but the logic inpure.ts
assumes[family]:[weight]
only.og-image/src/pure.ts
Line 7 in fd85ff9
🆕 The solution you'd like
Specifying
italic
when adding a font works.🔍 Alternatives you've considered
Downloading the fonts myself or just not using italic.
ℹ️ Additional info
No response
The text was updated successfully, but these errors were encountered: