jeremy-wordpress-theme/fonts/input-mono/stylesheet.css

31 lines
592 B
CSS
Raw Normal View History

2018-07-28 21:06:56 +00:00
@font-face {
font-family: 'Input Mono';
font-style: normal;
2018-07-28 21:10:42 +00:00
font-weight: 400;
src: url('Input-Regular_(InputMono-Regular).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 400;
src: url('Input-Italic_(InputMono-Italic).ttf');
2018-07-28 21:06:56 +00:00
}
@font-face {
2018-07-28 21:10:42 +00:00
font-family: 'Input Mono';
font-style: normal;
font-weight: 700;
src: url('Input-Bold_(InputMono-Bold).ttf');
}
@font-face {
font-family: 'Input Mono';
2018-07-28 21:06:56 +00:00
font-style: italic;
2018-07-28 21:10:42 +00:00
font-weight: 700;
src: url('Input-BoldItalic_(InputMono-BoldItalic).ttf');
2018-07-28 21:06:56 +00:00
}