-
I have searched the docs but I can't find how to add Google fonts. Can anybody point me in the right direction? Thanks in advance and props to jxnblk for creating this wonderful THEME-UI. |
Beta Was this translation helpful? Give feedback.
Answered by
lachlanjc
Sep 21, 2020
Replies: 1 comment 3 replies
-
Google Fonts integration is separate from Theme UI—depending on what framework you’re using (Next.js, Gatsby, CRA, Redwood, etc) it’ll be different. Look for your framework’s documentation on adding tags to |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hasparus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Google Fonts integration is separate from Theme UI—depending on what framework you’re using (Next.js, Gatsby, CRA, Redwood, etc) it’ll be different. Look for your framework’s documentation on adding tags to
<head>
, then use Google Fonts’ provided<link>
tag.