Page 1 of 1
Manually specify font-face
Posted: Sun Oct 29, 2023 1:51 am
by music19
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
Posted: Sun Oct 29, 2023 7:13 am
by Pablo
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
Posted: Mon Oct 30, 2023 1:42 am
by music19
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.
Is it possible to change move to the top css in wysiwyg?
Re: Manually specify font-face
Posted: Mon Oct 30, 2023 6:52 am
by Pablo
You can control this in Tool -> Options -> HTML
The option is off by default.
Re: Manually specify font-face
Posted: Wed Nov 15, 2023 11:50 pm
by music19
Pablo wrote: Mon Oct 30, 2023 6:52 am
You can control this in Tool -> Options -> HTML
The option is off by default.
I want to place it at the beginning of the page and not at the end
Re: Manually specify font-face
Posted: Thu Nov 16, 2023 7:49 am
by Pablo
In that case, do not enable "move CSS to the end of the page'.