Theme.json FontFace src Using External Source Like Google
-
In Theme.json > fontFace > src
Are external sources like Google fonts supported?
I can’t find documentation regarding external sources. The only examples I’ve found use a local source like “file:/assets/…”
I’ve tried “file:” + the Google font link they provide, and even the font file at gstatic.com (https://fonts.gstatic.com/s/overlock/v15/Z9XSDmdMWRiN1_T9Z7xizfmLtrw.woff2)
I’ve tried “url” + Google font link or direct file link
I’m developing on my local computer. There might be a security feature blocking external links like this. So that might be a confounding factor.
So my first question: are external sources even supported at all?
Thanks.
The topic ‘Theme.json FontFace src Using External Source Like Google’ is closed to new replies.