diff --git a/src/app/globals.css b/src/app/globals.css index 6ca0a07..d28f2c4 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,28 +4,28 @@ @font-face { font-family: 'Faminela'; src: url('/assets/fonts/faminela.ttf') format('truetype'); - font-weight: 400 900; + font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'YekanX'; src: url('/assets/fonts/YekanXFaNum-R.ttf') format('truetype'); - font-weight: 400 900; + font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'YekanXArabic'; src: url('/assets/fonts/ArabicYekanXRegular.ttf') format('truetype'); - font-weight: 400 900; + font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'NastaliqUrdu'; src: url('/assets/fonts/NotoNastaliqUrdu.ttf') format('truetype'); - font-weight: 400 900; + font-weight: 400; font-style: normal; font-display: swap; }