access-styles 1.0.0 → 1.0.1

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: d01cebf407cf6c6bfee705779d55a7c52fb66e0e
4
- data.tar.gz: 8bb315e11ab52b8e843fb40c0d2d24bf56bd9f69
3
+ metadata.gz: 8bea57ad814659628a8b4649b115d0b4e3594b6c
4
+ data.tar.gz: 6267a3023a55318314f36ec7e30dff4293bc31ac
5
5
  SHA512:
6
- metadata.gz: 5991f01e1e69d1da5fd8b7d435d93180f5c58e669d96138063b5791d61e4ab1b29a6d87089f74b80574bcfaf5918516768d5b999704bf0d1561078ea9f9ae1b3
7
- data.tar.gz: c6dd9af2f847f05c0fc226f26a210d8e382f122be5d2ed6ca0360b7ae68247fb226549fb5086f8fa80046ea11699fcaf6387785efad7772888f5f2ee57e09c86
6
+ metadata.gz: 831d0fcd1118c08579ff28f5183130bb538add30e3af33b4c3e861c019acadf5e143eab85625c076c8e8cb2f05c2c8a549d266fe0b275e0c8c36c3797a5b7383
7
+ data.tar.gz: 85fd5ed34e06a3f9ef09756285aea9c8d0e2cd9a05de22b0367b815bd7f6ee63f3a60162f9ae5729754dece883ea5f549ff62b06435cc6456b02281e1215a36a
@@ -1,21 +1,21 @@
1
1
  @font-face {
2
2
  font-family: 'bebas-neue';
3
- src: url('/assets/bebas-neue-webfont.eot');
4
- src: url('/assets/bebas-neue-webfont.eot?#iefix') format('embedded-opentype'),
5
- url('/assets/bebas-neue-webfont.woff') format('woff'),
6
- url('/assets/bebas-neue-webfont.ttf') format('truetype'),
7
- url('/assets/bebas-neue-webfont.svg#bebas-neue-webfont') format('svg');
3
+ src: asset_path('bebas-neue-webfont.eot');
4
+ src: asset_path('bebas-neue-webfont.eot?#iefix') format('embedded-opentype'),
5
+ asset_path('bebas-neue-webfont.woff') format('woff'),
6
+ asset_path('bebas-neue-webfont.ttf') format('truetype'),
7
+ asset_path('bebas-neue-webfont.svg#bebas-neue-webfont') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
11
11
 
12
12
  @font-face {
13
13
  font-family: 'proxima-nova';
14
- src: url('/assets/proxima-nova-webfont.eot');
15
- src: url('/assets/proxima-nova-webfont.eot?#iefix') format('embedded-opentype'),
16
- url('/assets/proxima-nova-webfont.woff') format('woff'),
17
- url('/assets/proxima-nova-webfont.ttf') format('truetype'),
18
- url('/assets/proxima-nova-webfont.svg#proxima-nova-webfont') format('svg');
14
+ src: asset_path('/assets/proxima-nova-webfont.eot');
15
+ src: asset_path('/assets/proxima-nova-webfont.eot?#iefix') format('embedded-opentype'),
16
+ asset_path('/assets/proxima-nova-webfont.woff') format('woff'),
17
+ asset_path('/assets/proxima-nova-webfont.ttf') format('truetype'),
18
+ asset_path('/assets/proxima-nova-webfont.svg#proxima-nova-webfont') format('svg');
19
19
  font-weight: normal;
20
20
  font-style: normal;
21
21
  }
@@ -1,3 +1,3 @@
1
1
  module AccessStyles
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett