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

@ -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");
}