forked from hsist/cryptoparty-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.9 KiB
80 lines
1.9 KiB
6 years ago
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Thin.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-weight: 100;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-ThinItalic.ttf') format('truetype');
|
||
|
font-style: italic;
|
||
|
font-weight: 100;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Light.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-LightItalic.ttf') format('truetype');
|
||
|
font-style: italic;
|
||
|
font-weight: 300;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Regular.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Italic.ttf') format('truetype');
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Medium.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-MediumItalic.ttf') format('truetype');
|
||
|
font-style: italic;
|
||
|
font-weight: 500;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-Bold.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('font/RobotoMono-BoldItalic.ttf') format('truetype');
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
text-rendering: optimizeLegibility;
|
||
|
}
|