mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Added content, Neucha font
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user