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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -