-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
Description
From 0.6.0 on I'm experience this bug, where links from Fontawesome are broken. This goes for fonts, that are referenced in the Fontawesome CSS.
Expected behavior
Link to fonts should be e.g. build/static/media/fontawesome-webfont.1dc35d25.ttf
Actual behavior
Link in css produces: build/static/css/static/media/fontawesome-webfont.1dc35d25.ttf. This goes for TTF, WOFF and WOFF2.
Environment
react-scripts 0.6.1
(if you haven’t ejected):node 6.3.0
:npm 3.10.3
:font-awesome 4.6.3
- Operating system: Windows 10 64-bit
- Browser and version: All
Usage
I import fonts like this: import 'font-awesome/css/font-awesome.css'
bhagyas