Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Configuration] Custom font usage #88

Open
bdrtsky opened this issue Dec 29, 2022 · 2 comments
Open

[Configuration] Custom font usage #88

bdrtsky opened this issue Dec 29, 2022 · 2 comments

Comments

@bdrtsky
Copy link
Contributor

bdrtsky commented Dec 29, 2022

Not sure about best way to have default custom font for theme, while allowing user to overwrite it.

@bdrtsky
Copy link
Contributor Author

bdrtsky commented Jan 5, 2023

@Tahul would love to have your thoughts on this topic

Copy link
Contributor

Tahul commented May 17, 2023

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: ''
   }
})

@Tahul Tahul changed the title Custom font usage [Configuration] Custom font usage May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants