diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2022-11-04 16:13:10 +0100 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2022-11-04 16:16:41 +0100 |
| commit | aaa863123035ecd87a99319cce0324d68848e155 (patch) | |
| tree | 3c715eab5bd4b167c83bd7e7187433062f3e84df | |
| parent | c1861056c7a49fa8f7fe43ed2a0963b9135a9785 (diff) | |
| download | site-aaa863123035ecd87a99319cce0324d68848e155.tar.gz | |
Don't include remote Google fonts
We should include a local copy instead. For the moment, just do without
those fonts. See: Landgericht München, Az.: 3 O 17493/20.
| -rw-r--r-- | web/input/resources/plugins.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index c33d8c8..d29e101 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css | |||
| @@ -8,9 +8,11 @@ | |||
| 8 | * breadcrumb navigation and the footer. | 8 | * breadcrumb navigation and the footer. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | @import url("https://fonts.googleapis.com/css?family=Bitter"); | 11 | /* |
| 12 | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); | 12 | * @import url("https://fonts.googleapis.com/css?family=Bitter"); |
| 13 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | 13 | * @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); |
| 14 | * @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | ||
| 15 | */ | ||
| 14 | 16 | ||
| 15 | body { | 17 | body { |
| 16 | font-family: "Source Sans Pro", sans-serif; | 18 | font-family: "Source Sans Pro", sans-serif; |
