aboutsummaryrefslogtreecommitdiff
path: root/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css
blob: 3c47fe3342b7f728d6de8fbb56c6e3fd620b1240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@font-face {
    font-family: 'dejavu_sansbook';
    src: url('DejaVuSans-webfont.eot');
    src: url('DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DejaVuSans-webfont.woff2') format('woff2'),
         url('DejaVuSans-webfont.woff') format('woff'),
         url('DejaVuSans-webfont.ttf') format('truetype'),
         url('DejaVuSans-webfont.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}