1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/www/fonts/MicroFLF.css
2015-05-06 11:12:02 -06:00

14 lines
247 B
CSS

@font-face {
font-family: 'MicroFLF';
src: url('MicroFLF.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'MicroFLF';
src: url('MicroFLF-Bold.ttf');
font-weight: 700;
font-style: normal;
}