webring/links/fonts.css

15 lines
354 B
CSS
Raw Permalink Normal View History

2018-07-04 04:23:41 +03:00
/* Input Mono */
@font-face {
2018-10-03 06:48:55 +03:00
font-family: 'input_mono_regular';
src: url('../media/fonts/input_mono_regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
2018-07-04 04:23:41 +03:00
}
@font-face {
2018-10-03 06:48:55 +03:00
font-family: 'input_mono_medium';
src: url('../media/fonts/input_mono_medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
2018-07-04 04:23:41 +03:00
}