publik: switch font to roboto 15px (#26865)

This commit is contained in:
Frédéric Péters 2019-06-01 09:08:26 +02:00
parent 33d64234dd
commit bd37fbb93e
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
@import '../includes/font-roboto';
$header-width: 1240px;
$header-height: 288px;

View File

@ -2,8 +2,8 @@ $primary-color: #DF017A;
$secondary-color: #6D2080;
$width: 1240px;
$font-size: 13px;
$font-family: sans-serif;
$font-size: 15px;
$font-family: Roboto, sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $nav-background;