We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1df05 commit 6d1b91eCopy full SHA for 6d1b91e
example/fonts/rack-icons.ttf renamed to example/src/fonts/rack-icons.ttf
example/fonts/rack-icons.woff renamed to example/src/fonts/rack-icons.woff
example/src/index.js
@@ -4,7 +4,7 @@ import { hashHistory } from 'react-router';
4
5
import Routes from './router';
6
7
-import '../styles/fonts.css';
+import './styles/fonts.css';
8
import './index.css';
9
10
ReactDOM.render(
example/src/styles/fonts.css
@@ -1,6 +1,6 @@
1
@font-face {
2
font-family: 'rack-icons';
3
- src: url('./../fonts/rack-icons.woff') format('woff');
+ src: url('../fonts/rack-icons.woff') format('woff');
font-weight: normal;
font-style: normal;
}
0 commit comments