rely in system font for orbitron
This commit is contained in:
parent
4286c5b4e1
commit
946d068107
24
index.css
24
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue