active_frontend 14.2.0 → 14.2.1

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
  SHA1:
3
- metadata.gz: 754b11ac49f79a79a2d36be4057c5204b6f0cad5
4
- data.tar.gz: c95da3c91751c9ddc9c7114c6edcff98796c2654
3
+ metadata.gz: 76994a00c979771dfcd76ef5722d0bf9c3fb0602
4
+ data.tar.gz: ad6adecda07d03046b2feabc138798c43c451490
5
5
  SHA512:
6
- metadata.gz: b409b8cd81ef0401b42c1169035c994a15f6b86ebbfab589871e869028e9396b901d0bc45b87da9949acb960c7b9a0eb3d9123139cf64ddb7ccae7e84d60e981
7
- data.tar.gz: 1bbd861ed8802667b07b9816915f22d2e38adb20a2af8ba3c3d0790b9df1a0df987f717b814795d23ad61f69756de0091f509d3dd2f934590e95a621086fb6f6
6
+ metadata.gz: f4127dee83523988e34580a8f0051de63da8e44647c553ab5c362978a9c0465ce54834c92c4c3b2fa280082133910ecc0577521825457b2210a3536213804bae
7
+ data.tar.gz: 41494e63a88bc1ac5a7486a929fd86c251a62b123803425b57a7271821f8fbc766431f32b1ee23a97fdcddbcc0ce0155ba644242385a939fdacadeb1471a9fcf
Binary file
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.2.0'.freeze
2
+ VERSION = '14.2.1'.freeze
3
3
  end
@@ -170,14 +170,15 @@ $common-visibility-types: collapse, hidden, visible;
170
170
  $font-available-typography: (
171
171
  branding: 'Branding',
172
172
  fakt-pro: 'Fakt Pro',
173
- fakt-soft-pro: 'Fakt Soft Pro'
173
+ fakt-soft-pro: 'Fakt Soft Pro',
174
+ ventura-edding: 'Ventura Edding'
174
175
  );
175
176
  $font-available-icons: (
176
177
  active-icons: 'Active Icons',
177
178
  dripicons: 'Dripicons'
178
179
  );
179
180
  $font-families: (
180
- display: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
181
+ display: ('Ventura Edding', Verdana, Tahoma, sans-serif),
181
182
  monospace: (Courier, Consolas, Menlo, Monaco, monospace),
182
183
  sans-serif: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
183
184
  serif: (Georgia, 'Times New Roman', serif)
@@ -19,3 +19,16 @@
19
19
  }
20
20
  }
21
21
  }
22
+ @each $file-name, $family in $font-available-typography {
23
+ @if index(text-family(display), $family) {
24
+ @each $name, $weight in (bold: 700, normal: 400) {
25
+ @font-face {
26
+ font-display: swap;
27
+ font-family: $family;
28
+ font-style: normal;
29
+ font-weight: $weight;
30
+ src: url(font-path('#{$file-name}/#{$file-name}-#{$name}.woff')) format('woff');
31
+ }
32
+ }
33
+ }
34
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.2.0
4
+ version: 14.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-16 00:00:00.000000000 Z
11
+ date: 2017-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -178,6 +178,8 @@ files:
178
178
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff
179
179
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff
180
180
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff
181
+ - app/assets/fonts/ventura-edding/ventura-edding-bold.woff
182
+ - app/assets/fonts/ventura-edding/ventura-edding-normal.woff
181
183
  - app/assets/fonts/wysiwyg/wysiwyg.woff
182
184
  - app/assets/images/.DS_Store
183
185
  - app/assets/images/.keep