armentieres: change font size & family (#77625)

This commit is contained in:
Corentin Sechet 2023-05-15 16:57:36 +02:00
parent 4d02ef817e
commit 17c3c96812
3 changed files with 13 additions and 5 deletions

View File

@ -27,6 +27,12 @@ h4 {
margin-top: 0;
}
h5 {
font-size: $fz-5;
font-family: 'Viga', 'Rubik', sans-serif;
margin-top: 0;
}
li {
line-height: 1.2;
}

View File

@ -15,16 +15,17 @@ $secondary-color: $yellow;
/// Typo
$font-family: Rubik, sans-serif;
$font-family: Manrope, sans-serif;
$link-color: $primary-color;
$link-decoration: none;
$link-hover-decoration: underline;
$base-font: 16;
$fz-1: 1rem * 60 / 16;
$fz-2: 1rem * 37 / 16;
$fz-3: 1rem * 26 / 16;
$fz-4: 1rem * 22 / 16;
$fz-1: 2.5rem;
$fz-2: 2rem;
$fz-3: 1.6rem;
$fz-4: 1.3rem;
$fz-5: 1.1rem;
$fz-small: 14em / $base-font;
$fz-xsmall: 11em / $base-font;
$font-size: 1rem;

View File

@ -3,6 +3,7 @@
@import '../includes/fonts/archivo-black';
@import '../includes/fonts/rubik';
@import '../includes/fonts/viga';
@import '../includes/fonts/manrope';
@import 'vars';
@import '../includes/publik';