less-rails-fontawesome 0.4.3 → 0.4.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 761eaae5f75245b231b5f1421f5ba81913720faa
|
4
|
+
data.tar.gz: 4dd0df259e7df44700909f9ffad93cdf6d77ea74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fa24f76f499e1a3fa6fecdd660f6ef07131791ce464681321c138b0898a5253380ca3ea3e2467bf473433aee792f33bdd992f516db9c51a5e9920f59fc09420
|
7
|
+
data.tar.gz: a5553147b3e0c185acebb3993ddd9196692ff6ef710fa4922eed0519c88a1adf5a6fe59fbe80cffe193d1765e8946b37eb2c8411f52e2aa96a3a29984a1d7aa4
|
@@ -3,13 +3,12 @@
|
|
3
3
|
|
4
4
|
@font-face {
|
5
5
|
font-family: 'FontAwesome';
|
6
|
-
src: url(
|
7
|
-
src: url(
|
8
|
-
url(
|
9
|
-
url(
|
10
|
-
url(
|
11
|
-
//
|
12
|
-
|
6
|
+
src: font-url("fontawesome-webfont.eot");
|
7
|
+
src: font-url("fontawesome-webfont.eot?#iefix") format('embedded-opentype'),
|
8
|
+
font-url("fontawesome-webfont.woff") format('woff'),
|
9
|
+
font-url("fontawesome-webfont.ttf") format('truetype'),
|
10
|
+
font-url("fontawesome-webfont.svg#fontawesomeregular}") format('svg');
|
11
|
+
//src: font-url('FontAwesome.otf') format('opentype'); // used when developing fonts
|
13
12
|
font-weight: normal;
|
14
13
|
font-style: normal;
|
15
14
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-fontawesome
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wlodek Bzyl
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-05-
|
11
|
+
date: 2013-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|