-
Notifications
You must be signed in to change notification settings - Fork 187
What is the recommended way to use a different font? #113
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
Comments
@odinsride exactly. You should download fonts and place them inside the This engine already configures the inter-font so maybe this could help you: Hope this helps 😄 |
Thanks for clearing that up! |
For anyone who comes back to this, the following worked for me:
HTH |
Coming from the webpacker/yarn method of adding @fontsource packages for fonts, that doesn't seem to work with this gem. For now, I've resorted to linking to the font externally from Google Fonts. Do I simply need to download the font into assets (and configure CSS accordingly) if I want to self-host it?
The text was updated successfully, but these errors were encountered: