summaryrefslogtreecommitdiffstats
path: root/themes/oni/css/fonts/opensans_regular_macroman/stylesheet.css
blob: 667edd4c3773d9fbdf7d2f22063473e75225a582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}