Added content, Neucha font

This commit is contained in:
Pascal Engélibert
2023-03-20 23:04:27 +01:00
parent e6cfe68463
commit 1704be747f
10 changed files with 89 additions and 18 deletions

View File

@ -37,7 +37,7 @@ main.center {
text-align: center;
}
main.narrower {
.narrower {
max-width: 900px;
margin: auto;
}
@ -61,7 +61,9 @@ a, a:visited {
}
.cities {
font-size: 18px;
color: $grey1;
font-size: 135%;
font-family: Neucha;
}
.madein {
@ -77,3 +79,9 @@ a, a:visited {
font-size: 300%;
font-family: Amatic;
}
.slogan3 {
font-size: 200%;
font-family: Neucha;
font-variant: small-caps;
}

View File

@ -1,5 +1,6 @@
$blue: #0294d9;
$violet: #ac44ff;
$grey1: #444;
@font-face {
font-family: Amatic;
@ -10,3 +11,8 @@ $violet: #ac44ff;
font-family: LunaSans;
src: url("/fonts/LunaSans-Regular.ttf");
}
@font-face {
font-family: Neucha;
src: url("/fonts/Neucha.ttf");
}