62 lines
1.3 KiB
CSS
62 lines
1.3 KiB
CSS
@font-face {
|
|
font-family: 'Input Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/input-sans/Input-Regular_(InputSans-Regular).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('/fonts/input-sans/Input-Italic_(InputSans-Italic).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/input-sans/Input-Bold_(InputSans-Bold).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Sans';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url('/fonts/input-sans/Input-BoldItalic_(InputSans-BoldItalic).ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Serif';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/input-serif/Input-Regular_(InputSerif-Regular).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Serif';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('/fonts/input-serif/Input-Italic_(InputSerif-Italic).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Serif';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/input-serif/Input-Bold_(InputSerif-Bold).ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Input Serif';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url('/fonts/input-serif/Input-BoldItalic_(InputSerif-BoldItalic).ttf');
|
|
}
|