panel : fix fonts
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s

This commit is contained in:
isUnknown 2026-03-21 14:17:39 +01:00
parent eeb4cb4e3a
commit 347ccd33eb
3 changed files with 31 additions and 61 deletions

View file

@ -1,34 +1,34 @@
@font-face {
font-family: "Terminal Grotesque";
src: url("fonts/terminal-grotesque.ttf") format("truetype");
font-family: "Terminal";
src: url("../fonts/terminal-grotesque.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Danzza";
src: url("fonts/Danzza-Light.woff") format("woff");
src: url("../fonts/Danzza-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Danzza";
src: url("fonts/Danzza-Regular.woff") format("woff");
src: url("../fonts/Danzza-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Danzza";
src: url("fonts/Danzza-Medium.woff") format("woff");
src: url("../fonts/Danzza-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Danzza";
src: url("fonts/Danzza-Bold.woff") format("woff");
src: url("../fonts/Danzza-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}