Page 1 of 1

Adding font-type (Roboto Black)

Posted: Sat May 22, 2021 5:35 am
by shanthi s
How can I customize Themes of Madcap Central by adding a new font type (Roboto Black) that matches my organization's standard?
(I need the font style - Roboto Black, is there a way to get it incorporated in Themes of Madcap Central?)

Re: Adding font-type (Roboto Black)

Posted: Fri Jun 04, 2021 5:58 am
by NorthEast
Using @font-face is correct, although I'd suggest you don't use only a TTF font.

For most modern browsers, the woff/woff2 format is recommended, and you can use additional formats depending on the level of support you need for legacy browsers.
See: https://css-tricks.com/snippets/css/using-font-face/