access-styles 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/{proxima-nova-webfont.eot → ProximaNova-Light-webfont.eot} +0 -0
- data/app/assets/fonts/{proxima-nova-webfont.svg → ProximaNova-Light-webfont.svg} +0 -0
- data/app/assets/fonts/{proxima-nova-webfont.ttf → ProximaNova-Light-webfont.ttf} +0 -0
- data/app/assets/fonts/{proxima-nova-webfont.woff → ProximaNova-Light-webfont.woff} +0 -0
- data/app/assets/fonts/{proxima-nova-webfont.woff2 → ProximaNova-Light-webfont.woff2} +0 -0
- data/app/assets/stylesheets/access-styles/fonts.scss +10 -8
- data/app/assets/stylesheets/access-styles/typography.scss +2 -2
- data/lib/access-styles/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c024846f03826294e7bb5f4cf0427c791942e9b
|
4
|
+
data.tar.gz: 46875fa79592ff5cec1ea59cdf28ac6ed1b1beb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57b5e85325b9aba8f12480ea0b87feaac34a12f09084f868854da7f3d13aada65ca7e0f13efff4f929d0133e0bf8d4f5d33d48cb6593f0a93771e97084fa806a
|
7
|
+
data.tar.gz: e486bf636809b137c4645867e1fb3b6851d240b82c083f2715e67db4c1c70619e599af513e2a8791e004e121ba2e3049184b7c91dedbc04ecc8ed2fdaf2bec4c
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -11,12 +11,14 @@
|
|
11
11
|
}
|
12
12
|
|
13
13
|
@font-face {
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
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:
|
2
|
-
.secondary-header {font-family:
|
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
|
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
|
+
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/
|
78
|
-
- app/assets/fonts/
|
79
|
-
- app/assets/fonts/
|
80
|
-
- app/assets/fonts/
|
81
|
-
- app/assets/fonts/
|
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
|