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 +4 -4
- data/app/assets/fonts/.DS_Store +0 -0
- data/app/assets/fonts/proxima-nova/proxima-nova-bold.woff +0 -0
- data/app/assets/fonts/proxima-nova/proxima-nova-normal.woff +0 -0
- data/app/assets/fonts/proxima-nova/proxima-nova-semibold.woff +0 -0
- data/app/assets/fonts/proxima-nova/proxima-nova-semilight.woff +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_variable.scss +0 -1
- data/vendor/assets/stylesheets/blocks/_font.scss +12 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fcc081399914d90e68c9d75ae2c6f643212cb56
|
|
4
|
+
data.tar.gz: 3b2a2b2d6c423f0d0c5aa83620af290f7a53ff71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6438de5078800340890eb00969d8d987aff6279e612858d3df6f57994c348e0bb6d14d8f26c93eab2f7272e5ac4bca6aff208ab0b2140a6c3a74c3212995a8d6
|
|
7
|
+
data.tar.gz: afb55285d2d9aabab2a23580c9230df4c7a73d929f84b5bf773c9ef2eec72de4cf36fa5d8ce7693f6a38d3372e818eab6ae6d79274d4e660cc3084058537ffe4
|
data/app/assets/fonts/.DS_Store
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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(
|
|
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.
|
|
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-
|
|
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
|