Projet

Général

Profil

0001-ac-versailles-change-font-family-to-Arial-53557.patch

Valentin Deniaud, 29 avril 2021 14:14

Télécharger (1,28 ko)

Voir les différences:

Subject: [PATCH] ac-versailles: change font family to Arial (#53557)

 static/ac-versailles/_custom.scss | 2 +-
 static/ac-versailles/_vars.scss   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
static/ac-versailles/_custom.scss
25 25
}
26 26

  
27 27
.gru-nav ul li {
28
	font-family: "Roboto", sans-serif;
28
	font-family: "Arial", sans-serif;
29 29
}
30 30

  
31 31
h3, h4 {
static/ac-versailles/_vars.scss
1 1
$font-color: #222;
2 2
$link-color: #253a8e;
3
$font-family: "Roboto", sans-serif;
3
$font-family: "Arial", sans-serif;
4 4
$footer-background: #47576e;
5 5

  
6 6
$title-background: #6978ba;
7 7
$title-color: white;
8 8
$title-transform: uppercase;
9
$title-font-family: "Roboto", sans-serif;
9
$title-font-family: "Arial", sans-serif;
10 10
$title-font-size: 14px;
11 11
$title-padding: 8px 20px;
12 12
$title-weight: bold;
13
-