diff --git a/public/static/fonts.css b/public/static/fonts.css
deleted file mode 100644
index 67f67616..00000000
--- a/public/static/fonts.css
+++ /dev/null
@@ -1,32 +0,0 @@
-@font-face {
- font-family: 'Soehne Mono';
- src: url('/static/fonts/soehne-mono-web-buch.woff2') format('woff2'),
- url('/static/fonts/soehne-mono-web-buch.woff') format('woff');
- font-weight: 400;
- font-display: swap;
- font-style: normal;
-}
-@font-face {
- font-family: 'Soehne';
- src: url('/static/fonts/soehne-web-buch.woff2') format('woff2'),
- url('/static/fonts/soehne-web-buch.woff') format('woff');
- font-weight: 400;
- font-display: swap;
- font-style: normal;
-}
-@font-face {
- font-family: 'Soehne';
- src: url('/static/fonts/soehne-web-kraftig_1.woff2') format('woff2'),
- url('/static/fonts/soehne-web-kraftig_1.woff') format('woff');
- font-weight: 500;
- font-display: swap;
- font-style: normal;
-}
-@font-face {
- font-family: 'Soehne';
- src: url('/static/fonts/soehne-web-halbfett_1.woff2') format('woff2'),
- url('/static/fonts/soehne-web-halbfett_1.woff') format('woff');
- font-weight: 600;
- font-display: swap;
- font-style: normal;
-}
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index bb04ae6d..73a20d54 100755
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -1,3 +1,4 @@
+import React from 'react';
import Document, {
DocumentContext,
DocumentProps,
@@ -38,8 +39,7 @@ export default class MyDocument extends Document