hiddify.com/input.css
global 2db814702f
Some checks are pending
ci / deploy (push) Waiting to run
Initial commit
2025-03-05 18:05:33 +03:00

76 lines
1.7 KiB
CSS

@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Thin.woff2") format("woff2");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-ExtraLight.woff2") format("woff2");
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Light.woff2") format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Medium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-SemiBold.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Bold.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-ExtraBold.woff2") format("woff2");
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url("docs/assets/webfonts/Vazirmatn-RD-Black.woff2") format("woff2");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@tailwind base;
@tailwind components;
@tailwind utilities;