|
I added a local font, and now it exceeds the limit. Is there a better way of handling this? |
Answered by
shuding
Apr 8, 2023
Replies: 1 comment 1 reply
|
Try the woff version with a reasonable charset (e.g. Latin) only? Another way is to serve the font in /public and fetch it on the fly. |
1 reply
Answer selected by
anaclumos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Try the woff version with a reasonable charset (e.g. Latin) only?
Another way is to serve the font in /public and fetch it on the fly.