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; }
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;
}