Problem with Font Face

0

I'm using Font face in WORDPRESS, and in local hosting (WAMP) it takes the font, but when I publish online it does not take the font I want.

the font folder is in: ONLINE: public_html / wp-content \ themes \ eddiemachado-bones-cfbfb62 \ library \ fonts LOCAL: localhost / ecg / wp-content \ themes \ eddiemachado-bones-cfbfb62 \ library \ fonts

@font-face {
    font-family: 'Aileron-SemiBoldItalic';
    src: url('../fonts/Aileron-SemiBoldItalic.eot');
    src: url('../fonts/Aileron-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aileron-SemiBoldItalic.woff') format('woff'),
         url('../fonts/Aileron-SemiBoldItalic.ttf') format('truetype'),
         url('../fonts/Aileron-SemiBoldItalic.svg#Aileron-SemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
    
asked by anonymous 24.03.2016 / 21:10

0 answers