Remove Google Fonts CDN dependencies
- Update templateDetails.xml to use local font CSS files only - Add Noto Sans and Fira Sans as local font options - Remove Google Fonts CDN preconnect links from index.php - Remove Google Fonts CDN preconnect links from component.php - Remove Google Fonts CDN preconnect link from offline.php Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -135,7 +135,6 @@ if (class_exists('\Joomla\Component\Users\Site\Helper\RouteHelper')) {
|
||||
<head>
|
||||
<jdoc:include type="head" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
<?php if ($params_theme_enabled) : ?>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user