Page 1 of 1

Customized font

Posted: 30 Jun 2020, 23:45
by mtrinidad
Hi,

I want to customize the font used in ULTIMA, any contraindication?

I have noticed that there are references in the _fonts.scss file, I want to use only a font of type otf. Do I have to replace in all the places where the @font-face is mentioned?

Thanks

Re: Customized font

Posted: 02 Jul 2020, 22:39
by mert.sincan
You can add your @font-face into _fonts.scss then you need to change $fontFamily variable(line 13) in _variables.scss and font-family value(line 11) in _common.scss.

Best Regards,