forever_style_guide 4.2.2 → 4.2.3

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: bd2d4bc807d4f937f4f652edbddb382f2894cb78afa593b4bb339d337bb7efc4
4
- data.tar.gz: d7e9d2ee85a01a0c932f864d11a117cc877f6fde0a007837992b5aea5cc9e8ad
3
+ metadata.gz: 48772be6521101a2a0bdaf243c309a1dec58d006950ed7fc5afda0c91b460bcf
4
+ data.tar.gz: 764f6fb9c10ea8273eb2e31d5185ea7f2f40fe9f6294ad7ce1480d2c22145622
5
5
  SHA512:
6
- metadata.gz: 69cf32f4750b350af7c7dd5eb9d847872447e007936129534f81523b7d2465f9b972b89e18e14aa08b1444187507e027c2a0ed51cfd0128ae7c47365fc371866
7
- data.tar.gz: 8da0e5e251da0d14a95b11c64bdb3d8f0e3c91957de354f25aed8b06fd33a4077e6732c398879e6733f9c66ca8675c9aba813bbf4c38e4e5385ecdd8167c2da0
6
+ metadata.gz: 315056484d68fd19aa1a0d84ef0264d9977f4076185e3e35b4bf442af93694b5e733de4a28e6c971131618f9dce1f52c069f20d87dd6b961edf84255e5cba351
7
+ data.tar.gz: 2db479f5c9580659091d7b44e39b5101260e311473b12db2e480bea7277985c4964e5d72c1fc6e7325bfc5da71d06c33af13ff9b47570086e0716ea8449d9c01
@@ -87,3 +87,19 @@ $font-weight-inherit: weightify('inherit', inherit) !default;
87
87
  font-weight: #{$font-weight};
88
88
  }
89
89
  }
90
+
91
+
92
+ /*caladea serif font*/
93
+ @font-face {
94
+ font-family: 'Caladea';
95
+ src: font-url('caladea-regular.woff2') format('woff2'),
96
+ font-url('caladea-regular.woff') format('woff');
97
+ }
98
+
99
+ .font-serif {
100
+ font-family: 'Caladea', serif;
101
+ font-weight: normal;
102
+ letter-spacing: 0.035rem;
103
+ }
104
+
105
+ $font-face-serif: 'Caladea, serif';
@@ -13,7 +13,7 @@
13
13
  @import "input_groups";
14
14
  @import "list";
15
15
  @import "message_box";
16
- @import "primary_nav";
16
+ //@import "primary_nav";
17
17
  @import "progress";
18
18
  @import "promo_banner";
19
19
  @import "responsive_utilities";
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "4.2.2"
2
+ VERSION = "4.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this as a gem in your Forever app and it will expose style guide
14
14
  through /style-guide route
@@ -42,6 +42,8 @@ files:
42
42
  - app/assets/fonts/ProximaNova-Sbold-webfont.svg
43
43
  - app/assets/fonts/ProximaNova-Sbold-webfont.ttf
44
44
  - app/assets/fonts/ProximaNova-Sbold-webfont.woff
45
+ - app/assets/fonts/caladea-regular.woff
46
+ - app/assets/fonts/caladea-regular.woff2
45
47
  - app/assets/images/forever_style_guide/artisan-logo-sm.png
46
48
  - app/assets/images/forever_style_guide/artisan-logo.png
47
49
  - app/assets/images/forever_style_guide/check.png