-
AuthorPosts
-
May 30, 2018 at 11:37 pm #964562
Hi
the first Lawsuits are out.
Reasons:
1: No PPP at all
2: Cookies without consent
3: Google webfonts without the ability of OPT-INQuestion: How can i disable Google webfonts in general and store the fonts local?
Max
June 2, 2018 at 5:42 pm #965914Hey digitalprint2222,
If you do not select a Google fonts from the dropdown boxes the google script will not be loaded.
The script is located in enfold\framework\php\class-style-generator.php in function link_google_font() line 475ff.
I added a filter for the next version that makes it possible to skip loading this script unconditionally( https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/class-form-generator.php):
if( 'yes' != apply_filters( 'avf_output_google_webfonts_script', 'yes' ) ) { return ''; }
To upload custom font (e.g. downloaded fonts from google) please have a look at our documentation https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts.
Hope, this makes thing more clear.
Best regards,
GünterJune 5, 2018 at 8:45 am #967064this is nice – but with my method of loading the fonts (link ff) and an addition little plugin (remove-google-fonts-references) i can select the fonts from Enfold drop down list to use the local installed fonts.
So for me it would be nice to actively run a script that supresses connection to google font servers (to get rid of that additional plugin) but to use that nice performant drop-down lists.Or to have the possibility to upload real font files to enfold via import as zip-file ( the downloadable fonts on google are only ttf files)
like these downloadable google fonts on : Link
But all tryings to upload these zip files with woff, woff2 etc do not have successJune 5, 2018 at 10:53 am #967127It does not work with local fonts!!
I import the zip under both styling the local fonts but firebug show still:
“src: local(‘Open Sans Light’), local(‘OpenSans-Light’), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format(‘woff2’);”I’m using Enfold in version 4.4. Will this be fixed in Version 4.4.1?
June 6, 2018 at 4:57 am #967615 -
AuthorPosts
- You must be logged in to reply to this topic.