2021-01-06 08:07:34 -05:00
|
|
|
/*
|
2021-01-06 15:36:07 -05:00
|
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
2021-01-06 08:07:34 -05:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
2021-01-05 16:55:00 -05:00
|
|
|
|
|
|
|
body, input {
|
|
|
|
font-family: "Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
code, kbd, pre {
|
|
|
|
font-family: "Roboto Mono",SFMono-Regular,Consolas,Menlo,monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
src: local('Roboto'),
|
|
|
|
url('./Roboto/roboto-latin-regular.woff2') format('woff2'),
|
|
|
|
url('./Roboto/roboto-latin-regular.woff') format('woff'),
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
src: local('Roboto Mono'),
|
|
|
|
url('./Roboto/roboto-mono-latin-regular.woff2') format('woff2'),
|
|
|
|
url('./Roboto/roboto-mono-latin-regular.woff') format('woff'),
|
|
|
|
}
|