mirror of
https://github.com/ilyakooo0/webring.git
synced 2024-11-22 22:57:39 +03:00
22 lines
542 B
CSS
22 lines
542 B
CSS
/* Input Mono */
|
|
|
|
@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;
|
|
} |