css - @font-face on local IP only displaying in chrome -
i want friend able check out wip site i've been developing locally using chrome (localhost/sitename/, or myip/sitename). got work , realized fonts weren't loading, , checked other browsers on computer , noticed same thing.
i've done absolute paths , tried adding permissions .htaccess file no avail. below code. suggestions? nothing live yet.
@font-face { font-family: 'arvo'; src: url('/arvo-regular-webfont.eot'); src: url('/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/arvo-regular-webfont.woff') format('woff'), url('/arvo-regular-webfont.ttf') format('truetype'), url('/arvo-regular-webfont.svg#arvo') format('svg'); font-weight: normal; font-style: normal; }
Comments
Post a Comment