[MTELESOMA-16] restore din font (other one was buggy)

This commit is contained in:
Daniel Muyshond 2021-03-12 13:54:00 +01:00
parent bd3ae946e7
commit 121a609121
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: $primary-color;
$font-family: 'Open Sans';
$font-family: 'Din'
$border-radius: 3px;
/*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/opensans';
@import '../../publik-base-theme/static/includes/fonts/din';
@import '../imio/form-buttons';
@import '../imio/header';