Hi all,
In crm portal page few letters in the Arabic font are breaking.
To fix this issue, I need to change the font style in the crm portal page
previously the steps to change the font style in crm is :
- path : apps/crm/crm/public/node_modules/frappe-ui/src/fonts/Cairo/cairo.css
----> here need to create a folder named “Cairo” then need to create a file named “cairo.css” - path: apps/crm/frontend/src/index.css
change the “inter” to “cairo” in the line 1
but this step is not working by now
can anyone guide me the new steps to change the font style in crm ?