access-styles 1.0.5 → 1.0.8

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: 340b02d49a659f2aad0141011075035e29d80f72
4
- data.tar.gz: 7decd57ac6124b9c542b1738bc59950a0938dfb0
3
+ metadata.gz: 4a4d0db072f7fa0707031f9f8c2c31e9be8763b6
4
+ data.tar.gz: c9bd90e8b14c450dbadef437de058db9b6820e18
5
5
  SHA512:
6
- metadata.gz: 692e7bd0d98a798007144b66d0ed8b4a41a4112bd459699ea9352ef0823af7dc523fd2d6d0477bd71abb1a18b258622d9d1c1de199413b1af2b45d2c1eafd6b8
7
- data.tar.gz: e97110d486a8b293ac3f66110e91f47009ac691fd9d408c5f25cd78e3a9863f66347c34b288136b5fba9f40d4cacf194aacccd61e25025a49a025a15491495d4
6
+ metadata.gz: 186fd0fdd57ca49c79ca1162b1737587669521190433221b3c5da1177c4c01eff5d6497be483c2643ce40b3a8d7c094f188642dd494a65ee1d8994058d35bfdd
7
+ data.tar.gz: e5c78e8169c3224967f7d59e4e6bb14d7694052e87a8a649d9010ea1c847a7aaf85fd9967947841fb52ad4c8482f11d9277eb11936a0adce4c2d6fab6d6d8295
@@ -1,24 +1,22 @@
1
1
  @font-face {
2
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
- font-weight: normal;
10
- font-style: normal;
3
+ src: url(asset_path("BebasNeue-Bold-webfont.eot"));
4
+ src: url(asset_path("BebasNeue-Bold-webfont.eot?#iefix")) format("embedded-opentype"),
5
+ url(asset_path("BebasNeue-Bold-webfont.woff2")) format("woff2"),
6
+ url(asset_path("BebasNeue-Bold-webfont.woff")) format("woff"),
7
+ url(asset_path("BebasNeue-Bold-webfont.ttf")) format("truetype"),
8
+ url(asset_path("BebasNeue-Bold-webfont.svg#bebas_neuebold")) format("svg");
9
+
11
10
  }
12
11
 
13
12
  @font-face {
14
13
  font-family: proxima;
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;
14
+ src: url(asset_path("ProximaNova-Light-webfont.eot"));
15
+ src: url(asset_path("ProximaNova-Light-webfont.eot?#iefix")) format("embedded-opentype"),
16
+ url(asset_path("ProximaNova-Light-webfont.woff2")) format("woff2"),
17
+ url(asset_path("ProximaNova-Light-webfont.woff")) format("woff"),
18
+ url(asset_path("ProximaNova-Light-webfont.ttf")) format("truetype"),
19
+ url(asset_path("ProximaNova-Light-webfont.svg#proxima_novalight")) format("svg");
20
+
23
21
 
24
22
  }
@@ -1,5 +1,5 @@
1
- .primary-header {font-family: bebas, proxima, helvetica, sans-serif;}
2
- .secondary-header {font-family: proxima, helvetica, sans-serif;}
1
+ .primary-header {font-family: bebas;}
2
+ .secondary-header {font-family: proxima;}
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.5"
2
+ VERSION = "1.0.8"
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.5
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett