access-styles 1.0.4 → 1.0.5

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: 9b9310a297592d28367a74345e473057866d8d5b
4
- data.tar.gz: 7f30db1b46b13c434fdb21e1dbfd00c1200f2ca3
3
+ metadata.gz: 340b02d49a659f2aad0141011075035e29d80f72
4
+ data.tar.gz: 7decd57ac6124b9c542b1738bc59950a0938dfb0
5
5
  SHA512:
6
- metadata.gz: e3b95b6347e231f2cfe7c53ebacb982b38e76f5aba5b091bcdbf27342fbe8d32d6b446bc779c66ef18bcafd25f96756b8bd1bd90dcccbc310be027355e64aeab
7
- data.tar.gz: ba524c0430beea70fbd7e9ccb36fc63f3d7c1349019e13eacb4ea137c0a0e924ea2ce0bec879fbad39267ff2a30dc22580649c136ddbc7dfd26382375915684a
6
+ metadata.gz: 692e7bd0d98a798007144b66d0ed8b4a41a4112bd459699ea9352ef0823af7dc523fd2d6d0477bd71abb1a18b258622d9d1c1de199413b1af2b45d2c1eafd6b8
7
+ data.tar.gz: e97110d486a8b293ac3f66110e91f47009ac691fd9d408c5f25cd78e3a9863f66347c34b288136b5fba9f40d4cacf194aacccd61e25025a49a025a15491495d4
@@ -1,17 +1,17 @@
1
1
  @font-face {
2
- font-family: 'bebas_neuebold';
3
- src: asset_path('BebasNeue Bold-webfont.eot');
4
- src: asset_path('BebasNeue Bold-webfont.eot?#iefix') format('embedded-opentype'),
5
- asset_path('BebasNeue Bold-webfont.woff2') format('woff2'),
6
- asset_path('BebasNeue Bold-webfont.woff') format('woff'),
7
- asset_path('BebasNeue Bold-webfont.ttf') format('truetype'),
8
- asset_path('BebasNeue Bold-webfont.svg#bebas_neuebold') format('svg');
2
+ font-family: bebas;
3
+ src: asset_path('BebasNeue-Bold-webfont.eot');
4
+ src: asset_path('BebasNeue-Bold-webfont.eot?#iefix') format('embedded-opentype'),
5
+ asset_path('BebasNeue-Bold-webfont.woff2') format('woff2'),
6
+ asset_path('BebasNeue-Bold-webfont.woff') format('woff'),
7
+ asset_path('BebasNeue-Bold-webfont.ttf') format('truetype'),
8
+ asset_path('BebasNeue-Bold-webfont.svg#bebas_neuebold') format('svg');
9
9
  font-weight: normal;
10
10
  font-style: normal;
11
11
  }
12
12
 
13
13
  @font-face {
14
- font-family: 'proxima_novalight';
14
+ font-family: proxima;
15
15
  src: asset_path('ProximaNova-Light-webfont.eot');
16
16
  src: asset_path('ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
17
17
  asset_path('ProximaNova-Light-webfont.woff2') format('woff2'),
@@ -1,5 +1,5 @@
1
- .primary-header {font-family: bebasneuebold, ProximaNova-Light, helvetica, sans-serif;}
2
- .secondary-header {font-family: ProximaNova-Light, helvetica, sans-serif;}
1
+ .primary-header {font-family: bebas, proxima, helvetica, sans-serif;}
2
+ .secondary-header {font-family: proxima, 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.4"
2
+ VERSION = "1.0.5"
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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-03-19 00:00:00.000000000 Z
13
+ date: 2015-03-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -69,11 +69,11 @@ extra_rdoc_files: []
69
69
  files:
70
70
  - README.md
71
71
  - Rakefile
72
- - app/assets/fonts/BebasNeue Bold-webfont.eot
73
- - app/assets/fonts/BebasNeue Bold-webfont.svg
74
- - app/assets/fonts/BebasNeue Bold-webfont.ttf
75
- - app/assets/fonts/BebasNeue Bold-webfont.woff
76
- - app/assets/fonts/BebasNeue Bold-webfont.woff2
72
+ - app/assets/fonts/BebasNeue-Bold-webfont.eot
73
+ - app/assets/fonts/BebasNeue-Bold-webfont.svg
74
+ - app/assets/fonts/BebasNeue-Bold-webfont.ttf
75
+ - app/assets/fonts/BebasNeue-Bold-webfont.woff
76
+ - app/assets/fonts/BebasNeue-Bold-webfont.woff2
77
77
  - app/assets/fonts/ProximaNova-Light-webfont.eot
78
78
  - app/assets/fonts/ProximaNova-Light-webfont.svg
79
79
  - app/assets/fonts/ProximaNova-Light-webfont.ttf