You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
Very strange problem with some font files i've had. Other font files are working fine.
- If the current behavior is a bug, please provide the steps to reproduce.
I reference the fonts at src('../fonts/abc.woff') and it compiles ok but then get the error
Failed to decode downloaded font: http://localhost:3000/0ff75a6003ee7a67c4063afefe9096ba.woff2
localhost/:1 OTS parsing error: invalid version tag
Only for some files, other files from another foundry work fine. I'm wondering if there's some kind of encoding on the files but if i run npm run build then npm start all fonts work fine.
- What is the expected behavior?
I'd assume they all just work the same. I've tried importing the font files into my index.js but that didn't fix anything.
- Please mention your node.js, NPM, Hugo and operating system version.
node.js v8.11.2
npm v6.10.1
hugo v0.56.3/extended darwin/amd64
MacOS 10.14.3
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
Very strange problem with some font files i've had. Other font files are working fine.
- If the current behavior is a bug, please provide the steps to reproduce.
I reference the fonts at
src('../fonts/abc.woff')
and it compiles ok but then get the errorOnly for some files, other files from another foundry work fine. I'm wondering if there's some kind of encoding on the files but if i run
npm run build
thennpm start
all fonts work fine.- What is the expected behavior?
I'd assume they all just work the same. I've tried importing the font files into my index.js but that didn't fix anything.
- Please mention your node.js, NPM, Hugo and operating system version.
node.js v8.11.2
npm v6.10.1
hugo v0.56.3/extended darwin/amd64
MacOS 10.14.3
The text was updated successfully, but these errors were encountered: