Closed roman204 closed 2 years ago
Hi @roman204 Thanks for asking In Goomento, we allow to use font either using Google Fonts or the local one, By that, you need to check this configuration
Goomento > Configuration > Editor > Style > Use Local Font
Turn this on meaning, your site must load the Font at first, the place the font name same as what you have chosen in the Editor
For your question:
Your need to check this function
\Goomento\PageBuilder\Builder\Modules\Frontend::footer
calling by this hook:
HooksHelper::addAction('pagebuilder/frontend/footer', [ $this, 'footer' ], 9);
And the AbstractCss
will in charge of this
should also checking on this
\Goomento\PageBuilder\Builder\Base\AbstractCss::enqueue
Thanks, so if i understand it correctly i have to add method the method:
\Goomento\PageBuilder\Builder\Modules\Fonts::additionalFonts
Which version are you using @roman204, I think I removed this already in the recently version
i am on 0.2.10
It was removed @roman204 Pls checkout a new release of 0.3.1
You can add the font manually by add here
I closed this issue since no activity recently Feel free to re-open it
This is a question only...
I have found the position where additional fonts are getting merged... here they are merged but where to add it? \Goomento\PageBuilder\Builder\Fonts::getFonts() the hook is called but nowhere added?!? or am i missing something here?
Thanks in advance for a hint