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 +4 -4
- data/app/assets/stylesheets/access-styles/fonts.scss +10 -10
- data/lib/access-styles/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bea57ad814659628a8b4649b115d0b4e3594b6c
|
4
|
+
data.tar.gz: 6267a3023a55318314f36ec7e30dff4293bc31ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
4
|
-
src:
|
5
|
-
|
6
|
-
|
7
|
-
|
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:
|
15
|
-
src:
|
16
|
-
|
17
|
-
|
18
|
-
|
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
|
}
|