Specific fonts

0
Hi,   I would like use specific fonts of My Company on mys Apps. I have the TTF files of the font, 1/ where I have to put the files ( Mendix\AppName\theme\styles\css ?) 2/ how I includ them and in which CSS file : @font-face {   font-family: 'MyWebFont';   src: url('fontname.ttf'); /* IE9 Compat Modes */        } ?? Many thanks  
asked
2 answers
5

Hi Vincent,

See this question for the answer. You can add custom font pretty quick and easy using SASS.

Good luck!

EDIT: Also an option, if its available, is to use google fonts: https://stackoverflow.com/questions/26349982/sass-wont-compile-import-google-font-cdn

answered
0

Thank you it helped !

answered