1. 7daw@gmx.at
  2. Commercial Templates
  3. Thursday, 01 September 2022
  4.  Subscribe via email
Related to your article: https://www.joomla51.com/tutorials/template-customization/adding-new-google-fonts

Hi, I use your templates several years now. Will do that in the future.

In Germany and Austria, there is currently a wave of warnings by lawyers that affect many website operators. The number is likely to be in six figures and a fee has to be paid otherwise the website operators would have to count with legal actions.
The reason is the automatic reloading of Google fonts from US servers, which apparently transfers the IP address of the EU-consumer without their consent.

Question: How can the Joomla51 templates be made not to retrieve these web fonts from foreign servers but to store them locally?

Could you make a small instruction for the Joomla51 templates please?

I found something online here, but unfortunately this doesn't work for each of your templates:
https://www.allerseiten.de/blog/google-fonts-dsgvo-konform-lokal-in-eure-joomla-webseiten-einbinden.html

Thanks a lot!

Thomas
Accepted Answer Pending Moderation
0
Votes
Undo
I'm in Canada I don't have the same concerns with GDPR but would still love to see in the tutorials a How To of how to do this.
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello all,

there is a small tutorial on this tutorial section called "Localize web fonts" : https://www.joomla51.com/tutorials/template-customization/localize-web-fonts

Hope this helps.

If you have any questions about this tutorial feel free to ask (me).

The descirption on the site that Thomas linked is nearly the same but they write the css for the fonts to the custom.css.
Thats possible too, but I don't do this because I use the custom.css for customizing the template and hundreds of lines of fonts css drives me mad ;)

Thats why I create a seperate local-fonts.css and reference it in the fonts.php (or in similar other php scripts in older J51 templates like head.php or styles.php).

The css code for the fonts you get on google-webfonts-helper.herokuapp.com is referencing one directorey level down and then one up:
local-fonts.css is placed in j51_xxx/css folder.... it references one down to j51_xxx and one up to j51_xxx/fonts so the font fles must be placed in this folder.

This looks similar to this example:

/* aboreto-regular - latin */
@font-face {
font-family: 'Aboreto';
font-style: normal;
font-weight: 400;
src: url('../fonts/aboreto-v2-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/aboreto-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/aboreto-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/aboreto-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/aboreto-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/aboreto-v2-latin-regular.svg#Aboreto') format('svg'); /* Legacy iOS */
}


Its always the same way:

  1. go to webfonts helper (link above) and search for the Google Font you want to localize.
  2. check the styles of the font (500,600 ... and italic, bold and so on)
  3. copy the css code below to custom css or own css (like kinda local-fonts.css)
  4. place the css file to your css folder in your template folder (templates/j51_xx/css)
  5. copy the ZIP file below the css of the webfonts helper page. Open ZIP file on your computer and load the font files to your webserver in the fonts template folder (templates/j51_xx/fonts) - yes, all of them....
  6. if you placed the css code for the fonts in your own file, reference it in the fonts.php /templates/j51_xxx/inc I do this always after the for each loop with the Google fonts. This loop you should disable or delete even if you place the css code to your custom css. Thats important!


For me this worked on nearly 90 sites...

Regards
Oliver
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Oliver - must have scrolled right past it. Will follow the steps and check it out.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok