feat(discover): update discover UI, add new font

This commit is contained in:
ItzCrazyKns
2025-09-25 18:56:04 +05:30
parent bd8e3dfa2e
commit 8f728a2518
5 changed files with 275 additions and 52 deletions

View File

@@ -2,6 +2,14 @@
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'PP Editorial';
src: url('/fonts/pp-ed-ul.otf') format('opentype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@layer base {
.overflow-hidden-scrollable {
-ms-overflow-style: none;