active_frontend 14.0.45 → 14.0.46

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: 10ec199e54d9bcc8b327b9b173dda323e05fbb7b
4
- data.tar.gz: 129f98140cf12e7a073afd309a772633d386b33b
3
+ metadata.gz: 7fcc081399914d90e68c9d75ae2c6f643212cb56
4
+ data.tar.gz: 3b2a2b2d6c423f0d0c5aa83620af290f7a53ff71
5
5
  SHA512:
6
- metadata.gz: 2b5e9a65c413cd620d08cedceba125ab67eace56af91d7ff34a4f157a54031c630285e6a18ee19c01162e4f1a91422347ceb31140d8a5f1088a0dc5b657aacc8
7
- data.tar.gz: b6d54c59b9e73417de6daf68a8c5c274ba330f875e24a9add96ce2b80034353b2d14fff5a07322b45f32a623652af9c59f2ab19be8e2eb1adc650b10dc371b8f
6
+ metadata.gz: 6438de5078800340890eb00969d8d987aff6279e612858d3df6f57994c348e0bb6d14d8f26c93eab2f7272e5ac4bca6aff208ab0b2140a6c3a74c3212995a8d6
7
+ data.tar.gz: afb55285d2d9aabab2a23580c9230df4c7a73d929f84b5bf773c9ef2eec72de4cf36fa5d8ce7693f6a38d3372e818eab6ae6d79274d4e660cc3084058537ffe4
Binary file
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.45'.freeze
2
+ VERSION = '14.0.46'.freeze
3
3
  end
@@ -94,7 +94,6 @@ $common-visibility-types: collapse, hidden, visible;
94
94
  // Font
95
95
  // ==================================================
96
96
  $font-families: (
97
- display: ('Branding', Verdana, Tahoma, sans-serif),
98
97
  monospace: (Courier, Consolas, Menlo, Monaco, monospace),
99
98
  sans-serif: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
100
99
  serif: (Georgia, 'Times New Roman', serif)
@@ -4,7 +4,7 @@
4
4
 
5
5
  // Font-face
6
6
  // ==================================================
7
- @if index(text-family(display), 'Branding') {
7
+ @if index(text-family(sans-serif), 'Branding') {
8
8
  @each $name, $weight in $font-weights {
9
9
  @font-face {
10
10
  font-display: swap;
@@ -37,3 +37,14 @@
37
37
  }
38
38
  }
39
39
  }
40
+ @if index(text-family(sans-serif), 'Proxima Nova') {
41
+ @each $name, $weight in $font-weights {
42
+ @font-face {
43
+ font-display: swap;
44
+ font-family: 'Proxima Nova';
45
+ font-style: normal;
46
+ font-weight: $weight;
47
+ src: url(font-path('proxima-nova/proxima-nova-#{$name}.woff')) format('woff');
48
+ }
49
+ }
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.45
4
+ version: 14.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-24 00:00:00.000000000 Z
11
+ date: 2016-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -179,6 +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
186
  - app/assets/images/.DS_Store
183
187
  - app/assets/images/.keep
184
188
  - app/assets/images/placeholders/.DS_Store