website/sass/css/defs.scss

19 lines
279 B
SCSS
Raw Normal View History

2023-03-20 18:06:57 +00:00
$blue: #0294d9;
$violet: #ac44ff;
2023-03-20 22:04:27 +00:00
$grey1: #444;
2023-03-20 18:06:57 +00:00
@font-face {
font-family: Amatic;
src: url("/fonts/AmaticSC-Bold.woff2");
}
@font-face {
font-family: LunaSans;
src: url("/fonts/LunaSans-Regular.ttf");
}
2023-03-20 22:04:27 +00:00
@font-face {
font-family: Neucha;
src: url("/fonts/Neucha.ttf");
}