[MTELENGA-8] Enghien : set Lato as font

This commit is contained in:
Daniel Muyshond 2022-04-14 12:33:30 +02:00
parent 6bcca58269
commit 5f47c67c2d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ $button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: darken($primary-color, 20%);
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$font-family: "Lato";
$border-radius: 0;
/*BASKET*/

View File

@ -5,7 +5,7 @@
@import "../imio/steps-config";
@import "../../publik-base-theme/static/includes/publik";
@import "../../publik-base-theme/static/includes/fonts/din";
@import "../../publik-base-theme/static/includes/fonts/lato";
@import "../imio/form-buttons";
@import "../imio/header";