Page 1 of 1

How to add a third-party font to the project

Posted: Sun Mar 08, 2020 7:11 am
by spoon
Hello, tell me how to add a third-party font to the wwb project?
I add the font manually "font-options-manually specify @ font-face font" but it does not appear in fonts.
The font appears only when I load the fonts on the computer into the folder.

Re: How to add a third-party font to the project

Posted: Sun Mar 08, 2020 8:41 am
by Pablo
1. Install the font in Windows
2. Add it to the websafe safe list
3. Configure @font-face

Related tutorial:
http://wysiwygwebbuilder.com/webfonts.html

Re: How to add a third-party font to the project

Posted: Sun Mar 08, 2020 9:10 am
by spoon
Only so "Install the font in Windows"?

Re: How to add a third-party font to the project

Posted: Sun Mar 08, 2020 10:25 am
by Pablo
To make the font available for applications, you will need to install the font in Windows.

Re: How to add a third-party font to the project

Posted: Mon Mar 09, 2020 6:28 am
by spoon
thanks