clisson: use local font

This commit is contained in:
Frédéric Péters 2019-08-16 13:20:10 +02:00
parent 11bf6db7c1
commit 6cd3774ee3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
h1#logo {
@media screen and (max-width: $mobile-limit) {
overflow: hidden;

View File

@ -1,3 +1,5 @@
@import '../includes/font-lato';
$primary-color: #C52F1E;
$width: 1160px;