active_frontend 14.0.60 → 14.0.61

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
  SHA1:
3
- metadata.gz: 226c48c3f6ffa8e4ddc5b3ea85c119a1a6fc82e8
4
- data.tar.gz: 0a213898f9abf128bc3f43a756712b1cc6fdf0e6
3
+ metadata.gz: 3882500c334130b50a29b904288aba6ff71f458d
4
+ data.tar.gz: 19df7e611e962b51a423f6a6a513e17c749ccf1c
5
5
  SHA512:
6
- metadata.gz: da107880396a2517c72661f4326fb437517eff907baf7e8d0455d56dfeb95d47ca966a1069a573387a78280173797e395ba716a65ec7bdc3455d9310dcadd773
7
- data.tar.gz: 75e1882d8e2324bdd3687faec3480ae218a58bec4d53f8e95d56f0ea6676e22e3340d08f3278e6a8cc00faf51391273f61c4a12fe89d2a4fbe51ac8d2d8dbe9d
6
+ metadata.gz: 5aaf4e12fc0b16b783368724403ceb2f6817049e8809a60d1f2c365e17e7b15b5e6cc85580c8e9543b8fd76821c9863eedc13d6af828262a75283559eadf442a
7
+ data.tar.gz: f9d1d802555b14fb03daa19ba6b0f4b9c59049b2a4c72826d887192007b402a2ea308aa721d78fbc1c0e03f5c071beefd112d19bfb848cea839416cae7092adf
Binary file
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.60'.freeze
2
+ VERSION = '14.0.61'.freeze
3
3
  end
@@ -103,6 +103,7 @@ $common-visibility-types: collapse, hidden, visible;
103
103
  // Font
104
104
  // ==================================================
105
105
  $font-families: (
106
+ display: ('Venti CF', Verdana, Tahoma, sans-serif),
106
107
  monospace: (Courier, Consolas, Menlo, Monaco, monospace),
107
108
  sans-serif: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
108
109
  serif: (Georgia, 'Times New Roman', serif)
@@ -4,7 +4,7 @@
4
4
 
5
5
  // Font-face
6
6
  // ==================================================
7
- @if index(text-family(sans-serif), 'Branding') {
7
+ @if index(text-family(display), 'Branding') {
8
8
  @each $name, $weight in $font-weights {
9
9
  @font-face {
10
10
  font-display: swap;
@@ -37,14 +37,14 @@
37
37
  }
38
38
  }
39
39
  }
40
- @if index(text-family(sans-serif), 'Proxima Nova') {
40
+ @if index(text-family(display), 'Venti CF') {
41
41
  @each $name, $weight in $font-weights {
42
42
  @font-face {
43
43
  font-display: swap;
44
- font-family: 'Proxima Nova';
44
+ font-family: 'Venti CF';
45
45
  font-style: normal;
46
46
  font-weight: $weight;
47
- src: url(font-path('proxima-nova/proxima-nova-#{$name}.woff')) format('woff');
47
+ src: url(font-path('venti-cf/venti-cf-#{$name}.woff')) format('woff');
48
48
  }
49
49
  }
50
50
  }
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.0.60
4
+ version: 14.0.61
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-01-17 00:00:00.000000000 Z
11
+ date: 2017-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -179,10 +179,10 @@ files:
179
179
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff
180
180
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff
181
181
  - app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff
182
- - app/assets/fonts/proxima-nova/proxima-nova-bold.woff
183
- - app/assets/fonts/proxima-nova/proxima-nova-normal.woff
184
- - app/assets/fonts/proxima-nova/proxima-nova-semibold.woff
185
- - app/assets/fonts/proxima-nova/proxima-nova-semilight.woff
182
+ - app/assets/fonts/venti-cf/venti-cf-bold.woff
183
+ - app/assets/fonts/venti-cf/venti-cf-normal.woff
184
+ - app/assets/fonts/venti-cf/venti-cf-semibold.woff
185
+ - app/assets/fonts/venti-cf/venti-cf-semilight.woff
186
186
  - app/assets/images/.DS_Store
187
187
  - app/assets/images/.keep
188
188
  - app/assets/images/placeholders/.DS_Store