access-styles 0.3.0 → 1.0.0
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/bebas-neue-webfont.eot +0 -0
- data/app/assets/fonts/bebas-neue-webfont.svg +1935 -0
- data/app/assets/fonts/bebas-neue-webfont.ttf +0 -0
- data/app/assets/fonts/bebas-neue-webfont.woff +0 -0
- data/app/assets/fonts/bebas-neue-webfont.woff2 +0 -0
- data/app/assets/fonts/proxima-nova-webfont.eot +0 -0
- data/app/assets/fonts/proxima-nova-webfont.svg +570 -0
- data/app/assets/fonts/proxima-nova-webfont.ttf +0 -0
- data/app/assets/fonts/proxima-nova-webfont.woff +0 -0
- data/app/assets/fonts/proxima-nova-webfont.woff2 +0 -0
- data/app/assets/stylesheets/access-styles/fonts.scss +21 -0
- data/lib/access-styles/version.rb +1 -1
- metadata +14 -3
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,21 @@
|
|
1
|
+
@font-face {
|
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');
|
8
|
+
font-weight: normal;
|
9
|
+
font-style: normal;
|
10
|
+
}
|
11
|
+
|
12
|
+
@font-face {
|
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');
|
19
|
+
font-weight: normal;
|
20
|
+
font-style: normal;
|
21
|
+
}
|
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: 0.
|
4
|
+
version: 1.0.0
|
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-
|
13
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|
@@ -69,10 +69,21 @@ extra_rdoc_files: []
|
|
69
69
|
files:
|
70
70
|
- README.md
|
71
71
|
- Rakefile
|
72
|
+
- app/assets/fonts/bebas-neue-webfont.eot
|
73
|
+
- app/assets/fonts/bebas-neue-webfont.svg
|
74
|
+
- app/assets/fonts/bebas-neue-webfont.ttf
|
75
|
+
- app/assets/fonts/bebas-neue-webfont.woff
|
76
|
+
- app/assets/fonts/bebas-neue-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
|
72
82
|
- app/assets/javascripts/access-styles/data_confirm.js.coffee
|
73
83
|
- app/assets/javascripts/access-styles/forms.js.coffee
|
74
84
|
- app/assets/stylesheets/access-styles/bootstrap.scss
|
75
85
|
- app/assets/stylesheets/access-styles/color.scss
|
86
|
+
- app/assets/stylesheets/access-styles/fonts.scss
|
76
87
|
- app/assets/stylesheets/access-styles/foundation.scss
|
77
88
|
- app/assets/stylesheets/access-styles/layout.scss
|
78
89
|
- app/assets/stylesheets/access-styles/loading-animation.scss
|
@@ -137,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
148
|
version: '0'
|
138
149
|
requirements: []
|
139
150
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.4.
|
151
|
+
rubygems_version: 2.4.6
|
141
152
|
signing_key:
|
142
153
|
specification_version: 4
|
143
154
|
summary: Styles & Utilities used across our projects
|