appscms-tools-theme 2.8.7 → 2.8.9

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: 3d74723bd9a0254b55e56bdc8bbcbfcf0f3db3f313e33329857da20e95363dfc
4
- data.tar.gz: c101135c6e3a20af676dc26da47f8bb52f8a55b33528870f553424a9a444a9a7
3
+ metadata.gz: bac3f87a33afc11870fabfb75045d6cdb5e5a22f6a1b7fc444cd7e17299791d8
4
+ data.tar.gz: 9e90f2a68ff07abe8497f45cd6590b7ee20ef70b94228b1c1ef8ef752b241c0c
5
5
  SHA512:
6
- metadata.gz: d437c080bb250da7503f6d1f6be627426a4cf850b72f699ed9ad2f6627a69a930eeed2a3ec6a01085abb28bed0aa9dbb168e3284e939c5a18deeb1160b0844dc
7
- data.tar.gz: 1d70a444bfea0e2178fad56d7cc14c9334b14d8547e451a42f9df0a4d2fc42a8972e75c20e28ac192d99b8567a62333a91e4be4de11aeafda4fde3543a348115
6
+ metadata.gz: f68b9a50bb8b8aa86a1c1781db640c437c09aa23113a9a3f0d6900cab0a0e52fb9abfa71234780913b2758f8ceba7ce462bb17c390c119c7cf3501434c9aaed1
7
+ data.tar.gz: ad86d683b158ecf0a183a8646fb186350878839cc85634bc73b895aa21e1034f0fca38eafa1d7c7aa915481d696f0143dffea387c496dd0b3fb7710c1c5c274c
@@ -38,9 +38,6 @@
38
38
  replace: "$tool", page.tool }}
39
39
  {%- endfor -%}
40
40
  {%- endif -%}
41
- <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" crossorigin="anonymous"></script>
42
-
43
- {%- assign font = "Source Sans Pro" -%}
44
41
 
45
42
  {%- if page.layout == "frame" -%}
46
43
  {%- assign font = "PT Sans" -%}
@@ -57,8 +54,6 @@ replace: "$tool", page.tool }}
57
54
  {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
58
55
  {%- assign font = "Inter" -%}
59
56
  {%- endif -%}
60
-
61
- <script>WebFont.load({ google: { families: ['{{font}}:200,300,400,500,600,700,800&display=swap'] } })</script>
62
57
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
63
58
  integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
64
59
  crossorigin="anonymous" referrerpolicy="no-referrer" />
@@ -15,9 +15,9 @@
15
15
  <img class="features-img" src="{{featureData.img}}" style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}}; alt="img" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
16
16
  </div>
17
17
  </span>
18
- <h1 class="feature-h1"></h1>
18
+ <h1 class="feature-h1">h1</h1>
19
19
  </div>
20
- <h2 class="feature-h2">{{featureData.h2}}</h2>
20
+ <h2 class="feature-h2">h2</h2>
21
21
  </div>
22
22
  </div>
23
23
  {%- if site.noFeatureBox == true -%}
data/assets/css/tools.css CHANGED
@@ -8,7 +8,7 @@ body {
8
8
  box-sizing: border-box;
9
9
  overflow-y: scroll;
10
10
  background: white;
11
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
11
+ font-family: Arial, sans-serif;
12
12
  }
13
13
  header {
14
14
  width: 100%;
@@ -923,7 +923,7 @@ ul li {
923
923
  .rating-value {
924
924
  line-height: 24px;
925
925
  font-size: 16px;
926
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
926
+ font-family: Arial, sans-serif;
927
927
  -webkit-font-smoothing: antialiased;
928
928
  font-weight: 400;
929
929
  color: rgb(33, 33, 33);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.7
4
+ version: 2.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-19 00:00:00.000000000 Z
11
+ date: 2022-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll