mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Correct iconfont path.
This commit is contained in:
parent
b2d1052403
commit
ba9fc72219
@ -1,10 +1,10 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
src:url('/fonts/icomoon.eot');
|
src:url('../fonts/icomoon.eot');
|
||||||
src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
||||||
url('/fonts/icomoon.woff') format('woff'),
|
url('../fonts/icomoon.woff') format('woff'),
|
||||||
url('/fonts/icomoon.ttf') format('truetype'),
|
url('../fonts/icomoon.ttf') format('truetype'),
|
||||||
url('/fonts/icomoon.svg#icomoon') format('svg');
|
url('../fonts/icomoon.svg#icomoon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user