@font-face {
    font-family: 'typicons';
    src:
        url(/fonts/typicons.woff2) format('woff2'),
        url(/fonts/typicons.woff)  format('woff'),
        url(/fonts/typicons.ttf)   format('truetype');
}
.typicons { font-family: "typicons"; }

@font-face {
    font-family: 'microns';
    src:
        url(/fonts/microns.woff2) format('woff2'),
        url(/fonts/microns.woff)  format('woff'),
        url(/fonts/microns.ttf)   format('truetype');
}
.microns { font-family: "microns"; }
