Skip to content

Commit 6d1b91e

Browse files
committed
move fonts
1 parent fc1df05 commit 6d1b91e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

example/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { hashHistory } from 'react-router';
44

55
import Routes from './router';
66

7-
import '../styles/fonts.css';
7+
import './styles/fonts.css';
88
import './index.css';
99

1010
ReactDOM.render(

example/src/styles/fonts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: 'rack-icons';
3-
src: url('./../fonts/rack-icons.woff') format('woff');
3+
src: url('../fonts/rack-icons.woff') format('woff');
44
font-weight: normal;
55
font-style: normal;
66
}

0 commit comments

Comments
 (0)