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