how do i add custom font ?

-1
my project need custom font is there anything that i can do about it ?
asked
3 answers
3

Hi Ibrahim,

Yes, we can do that as we are having the custom-variables.scss file right inside that file get the URL of particular font which you want to use in your app and add it after to the previously existing URL and make the new URL you imported as !default and go the base file and add change the existing code with your variable which means previously you have imported a URL and it wants to be stored in a variable make this variable as base font for the application it will work.

hope this helps.

answered
2

in mendix 9 you can have a custom styling which you can specify the custom font.

 

https://docs.mendix.com/howto/front-end/customize-styling-new/

 

answered
1

Hi Ibrahim, 

Yes, We can add the custom font .

answered