landing-page-gem 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/preconnect.html +2 -0
- data/_includes/styles/fonts.html +4 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb442de0a3984f97d73f62a63f2744335b4d6ce2d094856006a0214096293f84
|
4
|
+
data.tar.gz: 3778fdaeeb8800851d2d9b97d26184ef2e7bdeda48bebcb7b7dc3af4ad39e9cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57abf3add0837ace2512661b1399ee0681d321ecea912a99c0daeaf644e19f295d1ca3708be06cf707907eece42d6c265d5b4cf6570e88ab34b0b93e43dbf23c
|
7
|
+
data.tar.gz: 2ba7366fbac1237e2a3de571d5821c4325d1ad66dcc0000b6025f405c865b5b7907c13571259adc600103082df1744e9e60c8731d9c0ea8a2f6b24107bed8e6b
|
data/_includes/preconnect.html
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
<!-- preconnect to assets -->
|
2
2
|
<!-- fonts -->
|
3
|
+
{% if site.include_eurostile_font or page.include_eurostile_font %}
|
3
4
|
<!-- preconnect to the Eurostile typekit font -->
|
4
5
|
<link rel="preconnect" href="https://use.typekit.net">
|
6
|
+
{% endif %}
|
5
7
|
<!-- Google fonts -->
|
6
8
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
7
9
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
data/_includes/styles/fonts.html
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
{% if site.include_eurostile_font or page.include_eurostile_font %}
|
2
|
+
<!-- Typekit font for KCC logo-font -->
|
2
3
|
<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css">
|
4
|
+
{% endif %}
|
3
5
|
<!-- Link to Google Font -->
|
4
|
-
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@400;500;700&family=Roboto:wght@400;500;700;900&family=Saira:wght@700&display=swap" rel="stylesheet">
|
6
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@400;500;700&family=Roboto:wght@400;500;700;900&family=Saira:wght@700&display=swap" rel="stylesheet">
|