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; }
|
* { 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue