Remove unused fonts

Remove unused packages
Remove server logs page
Remove unused plugins
This commit is contained in:
marzban-dev
2025-09-09 12:22:46 +03:30
parent 04e70bca20
commit d52bca6613
22 changed files with 11 additions and 339 deletions
-73
View File
@@ -1,73 +0,0 @@
@layer base {
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-UltraLight.woff2");
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Light.woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Regular.woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Medium.woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-SemiBold.woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Bold.woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-ExtraBold.woff2");
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Black.woff2");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Morabba";
src: url("/fonts/Morabba/Morabba-Heavy.woff2");
font-weight: 1000;
font-style: normal;
font-display: swap;
}
}
-41
View File
@@ -1,41 +0,0 @@
@layer base {
@font-face {
font-family: "YekanBakh";
src: url("/fonts/YekanBakh/YekanBakh-Thin.woff");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "YekanBakh";
src: url("/fonts/YekanBakh/YekanBakh-Light.woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "YekanBakh";
src: url("/fonts/YekanBakh/YekanBakh-Regular.woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "YekanBakh";
src: url("/fonts/YekanBakh/YekanBakh-SemiBold.woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "YekanBakh";
src: url("/fonts/YekanBakh/YekanBakh-Bold.woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
}
-4
View File
@@ -6,8 +6,6 @@
@import "./button.comp.css";
@import "./input.comp.css";
@import "./fonts/iran-yekan-x.css";
@import "./fonts/morabba.css";
@import "./fonts/yekan-bakh.css";
:root {
/* CONTAINER */
@@ -117,8 +115,6 @@
--font-inter: "Inter", sans-serif;
--font-dmsans: "DM Sans", sans-serif;
--font-iran-yekan-x: "IRANYekanXVF", "sans-serif";
--font-yekan-bakh: "YekanBakh", "sans-serif";
--font-morabba: "Morabba", "sans-serif";
/* BREAKPOINTS */
--breakpoint-2xs: 400px;