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 @@ ...@@ -5,7 +5,7 @@
body { body {
margin: 0; margin: 0;
background: #0a0a0a; background: #0a0a0a;
font-family: Arial, serif; font-family: Lato, sans-serif;
overflow: hidden; overflow: hidden;
} }
.impressum { .impressum {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
body { body {
margin: 0; margin: 0;
background: #0a0a0a; background: #0a0a0a;
font-family: Arial, serif; font-family: Lato, sans-serif;
overflow:hidden; overflow:hidden;
} }
......
...@@ -53,3 +53,5 @@ ...@@ -53,3 +53,5 @@
font-weight: 400; font-weight: 400;
src: url(font/time-fat.ttf) format('truetype'); 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(){ ...@@ -5,7 +5,7 @@ $(document).ready(function(){
window.fontsReady = false; window.fontsReady = false;
WebFont.load( { WebFont.load( {
custom : { custom : {
families : ['time-medium', 'time-fat', 'vrr', "NewCicle"] families : ['time-medium', 'time-fat', 'vrr', "NewCicle", "Lato"]
}, },
active : function() { active : function() {
window.fontsReady = true; 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