chore: add font to project

This commit is contained in:
سجاد میرجلیلی
2025-07-16 18:22:53 +03:30
parent 85a890c5b4
commit d02dddc2c8
42 changed files with 12468 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
// No need for a function, just a static object
export const typography = {
fontFamily: ['Roboto', 'sans-serif'].join(','),
fontFamily: ['iranyekan', 'sans-serif'].join(','),
fontWeightRegular: 400,
fontWeightMedium: 500,
fontWeightBold: 700,