1. RalfG
  2. Commercial Templates
  3. Thursday, 17 February 2022
  4.  Subscribe via email
Is there a way to embed Google Fonts locally via your new (old) templates?

Since it is illegal in Germany according to DSGVO to obtain the fonts via the Google server.

And manually embedding them is too cumbersome and time-consuming.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest the following article on this topic... https://joomla51.com/tutorials/template-customization/localize-web-fonts

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Where can i find the fonts.php in Colette Template to disable the google Fonts?


foreach ($googlefonts as $v) { // loop $app->getDocument()->addStyleSheet('//http://fonts.googleapis.com/css?family=' . $v . ':' . $font_weights . '&&subset=' . $font_subset . '&display=swap'); }
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Where can i find the fonts.php in Colette Template to disable the google Fonts?


/templates/j51_colette/inc/fonts.php ?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
No the path does not exist with the Colette template....
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try ../templates/j51_collette/inc/head.php

You should find the foreach loop on line 24.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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