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

}