diff --git a/index.css b/index.css index 4e5a873..0335ecb 100644 --- a/index.css +++ b/index.css @@ -26,32 +26,12 @@ */ -@font-face { - font-family: orbitron-bold; - src: url(assets/Orbitron-Bold.ttf); -} -@font-face { - font-family: montserrat; - src: url(assets/Montserrat-Regular.ttf); -} - * { box-sizing: border-box; } body { background: #000; color: #FFF; - font-family: sans-serif; -} - -/* === BG === */ -#bg-loop { - position: fixed; - left: 0; - right: 0; - top: 0; - bottom: 0; - - opacity: 0.2; + font-family: 'Orbitron'; } /* === FAHRPLAN === */ @@ -62,7 +42,7 @@ body { top: 10%; bottom: 10%; - font-family: orbitron-bold; + font-family: 'Orbitron'; font-size: 34px; }