Skip to content
Snippets Groups Projects
Verified Commit 09ae5ad3 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

use lato as defaut font

parent 606640fa
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
body {
margin: 0;
background: #0a0a0a;
font-family: Arial, serif;
font-family: Lato, sans-serif;
overflow: hidden;
}
.impressum {
......
......@@ -8,7 +8,7 @@
body {
margin: 0;
background: #0a0a0a;
font-family: Arial, serif;
font-family: Lato, sans-serif;
overflow:hidden;
}
......
......@@ -53,3 +53,5 @@
font-weight: 400;
src: url(font/time-fat.ttf) format('truetype');
}
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
......@@ -5,7 +5,7 @@ $(document).ready(function(){
window.fontsReady = false;
WebFont.load( {
custom : {
families : ['time-medium', 'time-fat', 'vrr', "NewCicle"]
families : ['time-medium', 'time-fat', 'vrr', "NewCicle", "Lato"]
},
active : function() {
window.fontsReady = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment