I got the following from FontSquirrel:

@font-face {
    font-family: 'AlegreyaRegular';
    src: url('Alegreya-Regular-webfont.eot');
    src: url('Alegreya-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Alegreya-Regular-webfont.woff') format('woff'),
         url('Alegreya-Regular-webfont.ttf') format('truetype'),
         url('Alegreya-Regular-webfont.svg#AlegreyaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaItalic';
    src: url('Alegreya-Italic-webfont.eot');
    src: url('Alegreya-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Alegreya-Italic-webfont.woff') format('woff'),
         url('Alegreya-Italic-webfont.ttf') format('truetype'),
         url('Alegreya-Italic-webfont.svg#AlegreyaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaBold';
    src: url('Alegreya-Bold-webfont.eot');
    src: url('Alegreya-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Alegreya-Bold-webfont.woff') format('woff'),
         url('Alegreya-Bold-webfont.ttf') format('truetype'),
         url('Alegreya-Bold-webfont.svg#AlegreyaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


My question is, shouldn't the declaration for AlegreyaBold use
font-weight: bold; instead of 'normal'? And should AlegreyaItalic use
font-style: italic; - again, instead of 'normal'?

If so, why would FontSquirrel use 'normal' in these cases?

TIA!

-- 

Tom Livingston | Senior Interactive Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to