Merge branch 'develop' into docs/cherrypickHistory

This commit is contained in:
David Mehren 2021-01-10 17:52:49 +01:00 committed by GitHub
commit ffce2de2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 2051 additions and 2365 deletions

View file

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
@ -18,3 +18,6 @@
--md-accent-bg-color: hsla(0, 0%, 100%, 1);
--md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
}
.md-grid {
max-width: 1440px;
}

View file

@ -0,0 +1,33 @@
/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
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'),
}