Several theme changes (#659)

* Several theme changes

- Add max width of 1440px
- Rename css file
- Fix edit button
- Add local Roboto font

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
(cherry picked from commit 5bdb392413)
This commit is contained in:
Tilman Vatteroth 2021-01-05 22:55:00 +01:00
parent f44ccc96de
commit f9fdea36ca
No known key found for this signature in database
GPG key ID: DEBDB3F34641B019
7 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,28 @@
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'),
}