alpine
alpine copied to clipboard
[Configuration] Custom font usage
Not sure about best way to have default custom font for theme, while allowing user to overwrite it.
@Tahul would love to have your thoughts on this topic
We can now change the default font from Typography!
As Alpine uses it, you can change it from there:
tokens.config.ts:
defineTheme({
font: {
sans: '',
serif: '',
mono: ''
}
})