Gatsby transform font-family in @font-face wrong #20310
Labels
stale?
Issue that may be closed soon due to the original author not responding any more.
type: upstream
Issues outside of Gatsby's control, caused by dependencies
item4 commentedDec 27, 2019
•
edited
Description
I want to use webfonts with Gatsby but I can not use it.
Steps to reproduce
<h1>
tag and view computed font (expected web, but local fonts loaded)Expected result
Use webfonts and render like it
(You can read working code at https://github.com/item4/kfonts-work-example )
Actual result
Do not load webfont and use default fonts like it
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.Additional informations
In develop mode, gatsby send me blob data, and I can see wrong font-family name like it.
something make encode texts, but not correct.
) instead of
\BC30\B2EC\C758\BBFC\C871 \B3C4\D604
has three spaces(\0020
.as like dev mode, production mode insert css code at html file. but there also same problem.
I guess some configuration of gatsby make it wrong.
The text was updated successfully, but these errors were encountered: