mirror of
https://git.librezo.fr/Librezo/website.git
synced 2024-11-22 02:51:37 +01:00
13 lines
195 B
SCSS
13 lines
195 B
SCSS
$blue: #0294d9;
|
|
$violet: #ac44ff;
|
|
|
|
@font-face {
|
|
font-family: Amatic;
|
|
src: url("/fonts/AmaticSC-Bold.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: LunaSans;
|
|
src: url("/fonts/LunaSans-Regular.ttf");
|
|
}
|