mauguio: switch font to titillium (#28614)

This commit is contained in:
Frédéric Péters 2019-03-05 16:51:28 +01:00
parent 5af71e5aa3
commit 6049432299
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
$primary-color: #018b91;
$font-family: sans-serif;
$font-family: Titillium, sans-serif;
$width: 1260px;
$font-color: #161616;
$link-color: #161616;

View File

@ -2,4 +2,5 @@
@import 'vars';
@import '../includes/publik';
@import '../includes/font-titillium';
@import 'custom';