pointvec/desktop/sources/links/fonts.css

15 lines
365 B
CSS
Raw Normal View History

2018-03-06 19:50:41 -05:00
/* Input */
2017-11-04 19:59:11 -04:00
@font-face {
2018-03-06 19:50:41 -05:00
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;
2018-01-29 15:48:58 -05:00
}