21 lines
525 B
CSS
21 lines
525 B
CSS
@font-face {
|
|
font-family: 'input_mono_regular';
|
|
src: url('../media/fonts/input_mono_regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'input_mono_medium';
|
|
src: url('../media/fonts/input_mono_medium.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'input_mono_thin';
|
|
src: url('../media/fonts/input_mono_thin.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|