mirror of https://github.com/Requarks/wiki.git
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.
55 lines
1.6 KiB
55 lines
1.6 KiB
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-MediumItalic.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-MediumItalic.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-Italic.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-Italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-Bold.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-Regular.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-BoldItalic.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/_assets/fonts/default/Roboto-Medium.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/Roboto-Medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto Mono';
|
|
src: url('/_assets/fonts/default/RobotoMono-Regular.woff2') format('woff2'),
|
|
url('/_assets/fonts/default/RobotoMono-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|