How to add a new typography and change the design of buttons ?

0
Hi expert, I'm a beginner looking to change the default typography and the shape of the buttons used by Mendix.  In App>Styling>web>customvariable.scss, I found that spot in the picture below. But I don't understand how to import a new font, as just changing the name of the font wasn't effective. The same goes for changing the shape of the default buttons. Could someone help me ?
asked
2 answers
1

You might to want to do this learning path: https://academy.mendix.com/link/paths/123/Style-your-App-with-Sass It will give you insight on the workings of css and Sass. And this documentation might also help you: https://docs.mendix.com/howto/front-end/customize-styling-new/ It gives you info about the Atlas core. And this URL https://atlasdesignsystem.mendixcloud.com/p/dashboard you already play around a bit.

Regards,

Ronald

 

answered
0

What Ronald says is pretty much on point. You might want to check out mFonts as well. This UI module will give you more font options right out of the gate. Also, you can inspect the stylesheets and see how it works. https://marketplace.mendix.com/link/component/206063

 

Good luck!

 

Maurits

answered