mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
15 lines
247 B
CSS
15 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;
|
||
|
}
|