rely in system font for orbitron

This commit is contained in:
Jan Koppe 2020-12-23 11:17:12 +00:00
parent 4286c5b4e1
commit 946d068107
1 changed files with 2 additions and 22 deletions

View File

@ -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; } * { box-sizing: border-box; }
body { body {
background: #000; background: #000;
color: #FFF; color: #FFF;
font-family: sans-serif; font-family: 'Orbitron';
}
/* === BG === */
#bg-loop {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.2;
} }
/* === FAHRPLAN === */ /* === FAHRPLAN === */
@ -62,7 +42,7 @@ body {
top: 10%; top: 10%;
bottom: 10%; bottom: 10%;
font-family: orbitron-bold; font-family: 'Orbitron';
font-size: 34px; font-size: 34px;
} }