Set the Font size at once to the whole project

0
Hi..   I was wondering, is there a way to set the Font size to the whole project in one go without changing the class and style property individually in each grid or any other item? Some where there should be a default font size?? Please help  
asked
1 answers
1

You should start with

https://docs.mendix.com/howto/guis/create-a-custom-theme-with-the-mendix-ui-framework

when you have your styling folders, there is a file

/styles/sass/custom/_custom-variables.scss

you should shange the line with

// Default Font Size & Color
$font-base-size:                        12px;

This might also be helping

https://ux.mendix.com/

 

Keep in mind, that depending on the theme you are using, there might be some fixed sizes on certain elements. You will have to adjust these manually.

answered