appscms-tools-theme 2.8.8 → 2.8.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27fdbd08b9adf758d03f40221a31f2128ec35a76b96bff0e522e45ef3f462537
4
- data.tar.gz: 0c0e63aef45bfeafbd3ddc10f623eb2ea56c1d691299906781311c719cff41c8
3
+ metadata.gz: bac3f87a33afc11870fabfb75045d6cdb5e5a22f6a1b7fc444cd7e17299791d8
4
+ data.tar.gz: 9e90f2a68ff07abe8497f45cd6590b7ee20ef70b94228b1c1ef8ef752b241c0c
5
5
  SHA512:
6
- metadata.gz: 2c092ed9b58bebc4f80660ba19662c0a45a0d951b26e9f0a2c73bd8b5951dbe156300680e5679938eae3af3b5f4222d5dc211cc000dd44ff52d76b84f280dcbf
7
- data.tar.gz: d7b8ead3f4866a2799260b8cd8667f7b4175925f933848fcc6e71bf6c29ef1934950060e56fe5dc76bd0f66e05c5e3726c149079b7733401e798a352e8cb6fd0
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" />
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.8
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