css - Font not rendering from one URL but fine on other sites -
i have 7 websites (different domains on 1 shared hosting account) sharing same css file, of them display 3 fonts correctly except 1 url, , 1 font doesn't display, loading 3 custom fonts, 2 fine, 1 not, , loaded same way.
any idea what's happening?
here problem site ... http://www.theridgesresort.com/
here site works ... http://www.fontanavillage.com/
please view sites @ less 750 pixels wide, mobile style. @ big yellow buttons.
i copied same path correct site other , works me:
@font-face { font-family: 'copperplate_boldcondensed'; src: url('copperplate_boldcondensed/copperplate-boldcond-webfont.eot'); src: url('copperplate_boldcondensed/copperplate-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('copperplate_boldcondensed/copperplate-boldcond-webfont.woff') format('woff'), url('copperplate_boldcondensed/copperplate-boldcond-webfont.ttf') format('truetype'), url('copperplate_boldcondensed/copperplate-boldcond-webfont.svg#copperplate_gothic_boldrg') format('svg'); font-weight: normal; font-style: normal;
}
Comments
Post a Comment