Manually specify font-face
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Manually specify font-face
When using manually @font-face. When loading the website, it first loads with the arial font and then changes to the font that is set to wysiwyg. How do I get it to load the font directly without having to load a standard font first (arial)?
Re: Manually specify font-face
The font can only be displayed by the browser, when it has been loaded. So, it depends where the @font-face code on the page is, how long it will take for the browser to display the font.
For example, if you have configured 'move CSS to the end of the page' then it will take longer to load.
For example, if you have configured 'move CSS to the end of the page' then it will take longer to load.
Re: Manually specify font-face
Is it possible to change move to the top css in wysiwyg?Pablo wrote: Sun Oct 29, 2023 7:13 am The font can only be displayed by the browser, when it has been loaded. So, it depends where the @font-face code on the page is, how long it will take for the browser to display the font.
For example, if you have configured 'move CSS to the end of the page' then it will take longer to load.
Re: Manually specify font-face
You can control this in Tool -> Options -> HTML
The option is off by default.
The option is off by default.
Re: Manually specify font-face
I want to place it at the beginning of the page and not at the endPablo wrote: Mon Oct 30, 2023 6:52 am You can control this in Tool -> Options -> HTML
The option is off by default.
Re: Manually specify font-face
In that case, do not enable "move CSS to the end of the page'.