Merge pull request #36 from simoleo89/feature/catalog-ui-pr

feat(catalog): complete UI redesign with admin mode & favorites
This commit is contained in:
DuckieTM
2026-03-21 18:29:27 +01:00
committed by GitHub
25 changed files with 1891 additions and 296 deletions
+44 -1
View File
@@ -4,7 +4,50 @@
@font-face {
font-family: Ubuntu;
src: url("@/assets/webfonts/Ubuntu-C.ttf");
src: url("@/assets/webfonts/Ubuntu.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Ubuntu;
src: url("@/assets/webfonts/Ubuntu-m.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Ubuntu;
src: url("@/assets/webfonts/Ubuntu-b.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Ubuntu;
src: url("@/assets/webfonts/Ubuntu-i.ttf") format("truetype");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: Volter;
src: url("@/assets/webfonts/Volter.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Volter;
src: url("@/assets/webfonts/Volter-b.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
html,