1. SYSOPONLINE
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 18 August 2020
  5.  Subscribe via email
Hello, Ciaran,

it is possible to disable the reloading of the google fonts completely?
With regard to the Privacy Shield this can lead to warnings. Is it enough to select only "Web Safe Fonts" in the template settings?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This may vary slightly depending on the template but for the most recent you can remove the following from the end of your templates ../templates[YourTemplate/inc/fonts.php.

foreach ($googlefonts as $v) { // loop
$app->getDocument()->addStyleSheet('//http://fonts.googleapis.com/css?family=' . $v . ':' . $font_weights . '&&subset=' . $font_subset . '&display=swap');
}


Once removed, Google fonts will still be displayed if cached by the users browser however will not be loaded.

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


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