access-styles 1.0.2 → 1.0.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
  SHA1:
3
- metadata.gz: 0d6dce81266ba6c3bf3f221d39efc4eec862dc57
4
- data.tar.gz: 87bb044bb234c594b2b8ead2788e20a413112a4a
3
+ metadata.gz: 8c024846f03826294e7bb5f4cf0427c791942e9b
4
+ data.tar.gz: 46875fa79592ff5cec1ea59cdf28ac6ed1b1beb2
5
5
  SHA512:
6
- metadata.gz: 0b76a5c413a73aa6c9144ea5cea5d866008293c62d43ab8cc8f885e9243a7721a064b54b6a3c7fb50818d71a7e68a37942aa1c3bb09e31146f1d8127174a6dff
7
- data.tar.gz: 851cac22c304ff69204cd6cbc7f2b9073942d441278d5d2c4a6c4a9e7efe7457fee19d51cad19145854adfc56a902726a73ad00fd4d11aacc0ff343d5c4b35ab
6
+ metadata.gz: 57b5e85325b9aba8f12480ea0b87feaac34a12f09084f868854da7f3d13aada65ca7e0f13efff4f929d0133e0bf8d4f5d33d48cb6593f0a93771e97084fa806a
7
+ data.tar.gz: e486bf636809b137c4645867e1fb3b6851d240b82c083f2715e67db4c1c70619e599af513e2a8791e004e121ba2e3049184b7c91dedbc04ecc8ed2fdaf2bec4c
@@ -11,12 +11,14 @@
11
11
  }
12
12
 
13
13
  @font-face {
14
- font-family: 'proxima-nova';
15
- src: asset_path('/assets/proxima-nova-webfont.eot');
16
- src: asset_path('/assets/proxima-nova-webfont.eot?#iefix') format('embedded-opentype'),
17
- asset_path('/assets/proxima-nova-webfont.woff') format('woff'),
18
- asset_path('/assets/proxima-nova-webfont.ttf') format('truetype'),
19
- asset_path('/assets/proxima-nova-webfont.svg#proxima-nova-webfont') format('svg');
20
- font-weight: normal;
21
- font-style: normal;
14
+ font-family: 'proxima_novalight';
15
+ src: asset_path('ProximaNova-Light-webfont.eot');
16
+ src: asset_path('ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
17
+ asset_path('ProximaNova-Light-webfont.woff2') format('woff2'),
18
+ asset_path('ProximaNova-Light-webfont.woff') format('woff'),
19
+ asset_path('ProximaNova-Light-webfont.ttf') format('truetype'),
20
+ asset_path('ProximaNova-Light-webfont.svg#proxima_novalight') format('svg');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+
22
24
  }
@@ -1,5 +1,5 @@
1
- .primary-header {font-family: bebas-neue, proxima-nova, helvetica, sans-serif;}
2
- .secondary-header {font-family: proxima-nova, helvetica, sans-serif;}
1
+ .primary-header {font-family: bebasneuebold, proximanovalight, helvetica, sans-serif;}
2
+ .secondary-header {font-family: proximanovalight, helvetica, sans-serif;}
3
3
 
4
4
  .header-xxl {font-size: 4.5rem;} // 72px
5
5
  .header-xl {font-size: 2.5rem;} // 40px
@@ -1,3 +1,3 @@
1
1
  module AccessStyles
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: access-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett
@@ -74,11 +74,11 @@ files:
74
74
  - app/assets/fonts/BebasNeue Bold-webfont.ttf
75
75
  - app/assets/fonts/BebasNeue Bold-webfont.woff
76
76
  - app/assets/fonts/BebasNeue Bold-webfont.woff2
77
- - app/assets/fonts/proxima-nova-webfont.eot
78
- - app/assets/fonts/proxima-nova-webfont.svg
79
- - app/assets/fonts/proxima-nova-webfont.ttf
80
- - app/assets/fonts/proxima-nova-webfont.woff
81
- - app/assets/fonts/proxima-nova-webfont.woff2
77
+ - app/assets/fonts/ProximaNova-Light-webfont.eot
78
+ - app/assets/fonts/ProximaNova-Light-webfont.svg
79
+ - app/assets/fonts/ProximaNova-Light-webfont.ttf
80
+ - app/assets/fonts/ProximaNova-Light-webfont.woff
81
+ - app/assets/fonts/ProximaNova-Light-webfont.woff2
82
82
  - app/assets/javascripts/access-styles/data_confirm.js.coffee
83
83
  - app/assets/javascripts/access-styles/forms.js.coffee
84
84
  - app/assets/stylesheets/access-styles/bootstrap.scss