summaryrefslogtreecommitdiffstats
path: root/assets/fonts/neoretro-draw.css
blob: 78cf62fb502b03e457c347d58add51451577aba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@font-face {
    font-family: 'neoretrodrawregular';
    src: url('NEORD___-webfont.eot');
    src: url('NEORD___-webfont.eot?#iefix') format('embedded-opentype'),
         url('NEORD___-webfont.woff') format('woff'),
         url('NEORD___-webfont.ttf') format('truetype'),
         url('NEORD___-webfont.svg#neoretrodrawregular') format('svg');
    font-weight: normal;
    font-style: normal;

}