First time here, and a bit newbie with both Plasmic and Gatsby.
My issue is with a custom font called “Outfit” which I cannot add it correctly while using Gatsby.
- I have created the
/styles/global.css
file and imported it into thegatsby-ssr.tsx
file. (I think this is irrelevant for making this work, since is only the preload) - I imported the
global.css
into theindex.tsx
file.
Forgot to mention, that the variable font file was added in the
/static/fonts
directory.