ac-versailles: change font family to Arial (#53557)

This commit is contained in:
Valentin Deniaud 2021-04-29 14:13:16 +02:00 committed by Frédéric Péters
parent 6ff73899ca
commit 99fe7c9121
3 changed files with 1 additions and 7 deletions

View File

@ -24,10 +24,6 @@ h1#logo a {
}
}
.gru-nav ul li {
font-family: "Roboto", sans-serif;
}
h3, h4 {
color: #253A8E;
}

View File

@ -1,12 +1,11 @@
$font-color: #222;
$link-color: #253a8e;
$font-family: "Roboto", sans-serif;
$font-family: Arial, "Helvetica Neue", Helvetica, 'Liberation Sans', sans-serif;
$footer-background: #47576e;
$title-background: #6978ba;
$title-color: white;
$title-transform: uppercase;
$title-font-family: "Roboto", sans-serif;
$title-font-size: 14px;
$title-padding: 8px 20px;
$title-weight: bold;

View File

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