[MTELEWANA-8] use open sans font

This commit is contained in:
Daniel Muyshond 2020-11-09 08:06:46 +01:00
parent 8cf468f346
commit 7122043ee4
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #CE1115;
$primary-color: #343434;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$font-color: hsl(0, 0%, 50%);
$font-color: $primary-color;
$link-color: $primary-color;
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$font-family: "Open Sans";
$border-radius: 3px;
/*BASKET*/
@ -20,14 +20,14 @@ $border-radius: 3px;
$cell-border: 0px;
$cell-entry-hover-background: $primary-color;
$cell-links-color: #606060;
$cell-title-color: hsl(0, 0, 50%);
$cell-title-color: #212529;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl(0, 0%, 30%);
$footer-background-color: #30383F;
$footer-text-color: white;
$footer-hover-text-color: hsl(0, 0%, 80%);

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/opensans';
@import '../imio/form-buttons';
@import '../imio/header';