@font-face {
    font-family: 'neoregular';
    src: url('../fonts/NeoSansStd-Regular.eot'),
         url('../fonts/NeoSansStd-Regular.woff') format('woff'), 
         url('../fonts/NeoSansStd-Regular.ttf') format('truetype'), 
         url('../fonts/NeoSansStd-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neomedium';
    src: url('../fonts/NeoSansStd-Medium.eot'),
         url('../fonts/NeoSansStd-Medium.woff') format('woff'), 
         url('../fonts/NeoSansStd-Medium.ttf') format('truetype'), 
         url('../fonts/NeoSansStd-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neobold';
    src: url('../fonts/NeoSansStd-Bold.eot'),
         url('../fonts/NeoSansStd-Bold.woff') format('woff'), 
         url('../fonts/NeoSansStd-Bold.ttf') format('truetype'), 
         url('../fonts/NeoSansStd-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neoitalic';
    src: url('../fonts/NeoSansStd-Italic.eot'),
         url('../fonts/NeoSansStd-Italic.woff') format('woff'), 
         url('../fonts/NeoSansStd-Italic.ttf') format('truetype'), 
         url('../fonts/NeoSansStd-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}