access-styles 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/access-styles/fonts.scss +7 -6
- data/lib/access-styles/version.rb +1 -1
- metadata +6 -6
- /data/app/assets/fonts/{bebas-neue-webfont.eot → BebasNeue Bold-webfont.eot} +0 -0
- /data/app/assets/fonts/{bebas-neue-webfont.svg → BebasNeue Bold-webfont.svg} +0 -0
- /data/app/assets/fonts/{bebas-neue-webfont.ttf → BebasNeue Bold-webfont.ttf} +0 -0
- /data/app/assets/fonts/{bebas-neue-webfont.woff → BebasNeue Bold-webfont.woff} +0 -0
- /data/app/assets/fonts/{bebas-neue-webfont.woff2 → BebasNeue Bold-webfont.woff2} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d6dce81266ba6c3bf3f221d39efc4eec862dc57
|
4
|
+
data.tar.gz: 87bb044bb234c594b2b8ead2788e20a413112a4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b76a5c413a73aa6c9144ea5cea5d866008293c62d43ab8cc8f885e9243a7721a064b54b6a3c7fb50818d71a7e68a37942aa1c3bb09e31146f1d8127174a6dff
|
7
|
+
data.tar.gz: 851cac22c304ff69204cd6cbc7f2b9073942d441278d5d2c4a6c4a9e7efe7457fee19d51cad19145854adfc56a902726a73ad00fd4d11aacc0ff343d5c4b35ab
|
@@ -1,10 +1,11 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family: '
|
3
|
-
src: asset_path('
|
4
|
-
src: asset_path('
|
5
|
-
asset_path('
|
6
|
-
asset_path('
|
7
|
-
asset_path('
|
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');
|
8
9
|
font-weight: normal;
|
9
10
|
font-style: normal;
|
10
11
|
}
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Eggett
|
@@ -69,11 +69,11 @@ extra_rdoc_files: []
|
|
69
69
|
files:
|
70
70
|
- README.md
|
71
71
|
- Rakefile
|
72
|
-
- app/assets/fonts/
|
73
|
-
- app/assets/fonts/
|
74
|
-
- app/assets/fonts/
|
75
|
-
- app/assets/fonts/
|
76
|
-
- app/assets/fonts/
|
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/proxima-nova-webfont.eot
|
78
78
|
- app/assets/fonts/proxima-nova-webfont.svg
|
79
79
|
- app/assets/fonts/proxima-nova-webfont.ttf
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|