landing-page-gem 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e44f308d7e87cdd0f774056f59236c21791d2718999734883229b4a4dca3bd68
4
- data.tar.gz: 583a04290b1464b296702cc2ad91491a696144d49a59648509e76421a0e51b28
3
+ metadata.gz: fb442de0a3984f97d73f62a63f2744335b4d6ce2d094856006a0214096293f84
4
+ data.tar.gz: 3778fdaeeb8800851d2d9b97d26184ef2e7bdeda48bebcb7b7dc3af4ad39e9cc
5
5
  SHA512:
6
- metadata.gz: b9e088b17de70cfab38930e347be5c8bd192d774aa4e33b039ed13bb6635e809ffdc09481ff6ccfd21f2e682cede535ce29a318d4cb44b6f80f1f511672c124f
7
- data.tar.gz: f58b3265ae81d31af49071a2d1155101aa5a302bc17cccb2c2a922a9b8ec4f0b376d363661bff895c407e3890ee45c2fadd88d7b87a155acb72bf160fe4553b3
6
+ metadata.gz: 57abf3add0837ace2512661b1399ee0681d321ecea912a99c0daeaf644e19f295d1ca3708be06cf707907eece42d6c265d5b4cf6570e88ab34b0b93e43dbf23c
7
+ data.tar.gz: 2ba7366fbac1237e2a3de571d5821c4325d1ad66dcc0000b6025f405c865b5b7907c13571259adc600103082df1744e9e60c8731d9c0ea8a2f6b24107bed8e6b
@@ -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>
@@ -1,4 +1,6 @@
1
- <!-- Typkit font for KCC logo-font -->
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">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: landing-page-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek