Support customizing the variable
when using each font #40
Open
Description
Font Name (Geist Sans/Geist Mono):
- Geist Sans
- Geist Mono
Description of the Issue:
Each font emits it's own variable, --font-geist-sans
and --font-geist-mono
. We would like to override those to something custom. In our case, we need them to be more generic, such as --font-headings
.
Steps to Reproduce:
- Use the fonts.
Expected Behavior:
Including the font allows for manual overriding the variable.
Additional Context:
I understand I can manually use localFont
and build up the configuration, this would be more of a convenience feature.