1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Correct iconfont path.

This commit is contained in:
Dan Barber 2013-03-26 22:42:07 +00:00
parent b2d1052403
commit ba9fc72219

View File

@ -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;
} }