Add A New Font

Hi All

Just wondering if it was possible, and how, to add a new font? The font I use is not listed in the Visual Editor.

I have 4 font files, all are *.otf files.

I'm using Ver: 4.2.3

Thanks in advance

You should extend the following schema to add new fonts to visual editor

design/themes/THEME/styles/schema.json

You can add new font via the CSS section of the Theme editor

https://css-tricks.com/snippets/css/using-font-face/

Thanks eComLabs, much appreciated. : )

You are welcome!