font-awesome-rails 4.5.0.1 → 4.6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +104 -74
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/stylesheets/font-awesome.css.erb +98 -6
- data/lib/font-awesome-rails/version.rb +2 -2
- metadata +3 -3
Binary file
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome 4.
|
2
|
+
* Font Awesome 4.6.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3
3
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4
4
|
*/
|
5
5
|
/* FONT PATH
|
@@ -124,31 +124,31 @@
|
|
124
124
|
}
|
125
125
|
}
|
126
126
|
.fa-rotate-90 {
|
127
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
127
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
128
128
|
-webkit-transform: rotate(90deg);
|
129
129
|
-ms-transform: rotate(90deg);
|
130
130
|
transform: rotate(90deg);
|
131
131
|
}
|
132
132
|
.fa-rotate-180 {
|
133
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
133
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
134
134
|
-webkit-transform: rotate(180deg);
|
135
135
|
-ms-transform: rotate(180deg);
|
136
136
|
transform: rotate(180deg);
|
137
137
|
}
|
138
138
|
.fa-rotate-270 {
|
139
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
139
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
140
140
|
-webkit-transform: rotate(270deg);
|
141
141
|
-ms-transform: rotate(270deg);
|
142
142
|
transform: rotate(270deg);
|
143
143
|
}
|
144
144
|
.fa-flip-horizontal {
|
145
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
145
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
146
146
|
-webkit-transform: scale(-1, 1);
|
147
147
|
-ms-transform: scale(-1, 1);
|
148
148
|
transform: scale(-1, 1);
|
149
149
|
}
|
150
150
|
.fa-flip-vertical {
|
151
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
151
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
152
152
|
-webkit-transform: scale(1, -1);
|
153
153
|
-ms-transform: scale(1, -1);
|
154
154
|
transform: scale(1, -1);
|
@@ -2090,3 +2090,95 @@
|
|
2090
2090
|
.fa-percent:before {
|
2091
2091
|
content: "\f295";
|
2092
2092
|
}
|
2093
|
+
.fa-gitlab:before {
|
2094
|
+
content: "\f296";
|
2095
|
+
}
|
2096
|
+
.fa-wpbeginner:before {
|
2097
|
+
content: "\f297";
|
2098
|
+
}
|
2099
|
+
.fa-wpforms:before {
|
2100
|
+
content: "\f298";
|
2101
|
+
}
|
2102
|
+
.fa-envira:before {
|
2103
|
+
content: "\f299";
|
2104
|
+
}
|
2105
|
+
.fa-universal-access:before {
|
2106
|
+
content: "\f29a";
|
2107
|
+
}
|
2108
|
+
.fa-wheelchair-alt:before {
|
2109
|
+
content: "\f29b";
|
2110
|
+
}
|
2111
|
+
.fa-question-circle-o:before {
|
2112
|
+
content: "\f29c";
|
2113
|
+
}
|
2114
|
+
.fa-blind:before {
|
2115
|
+
content: "\f29d";
|
2116
|
+
}
|
2117
|
+
.fa-audio-description:before {
|
2118
|
+
content: "\f29e";
|
2119
|
+
}
|
2120
|
+
.fa-volume-control-phone:before {
|
2121
|
+
content: "\f2a0";
|
2122
|
+
}
|
2123
|
+
.fa-braille:before {
|
2124
|
+
content: "\f2a1";
|
2125
|
+
}
|
2126
|
+
.fa-assistive-listening-systems:before {
|
2127
|
+
content: "\f2a2";
|
2128
|
+
}
|
2129
|
+
.fa-asl-interpreting:before,
|
2130
|
+
.fa-american-sign-language-interpreting:before {
|
2131
|
+
content: "\f2a3";
|
2132
|
+
}
|
2133
|
+
.fa-deafness:before,
|
2134
|
+
.fa-hard-of-hearing:before,
|
2135
|
+
.fa-deaf:before {
|
2136
|
+
content: "\f2a4";
|
2137
|
+
}
|
2138
|
+
.fa-glide:before {
|
2139
|
+
content: "\f2a5";
|
2140
|
+
}
|
2141
|
+
.fa-glide-g:before {
|
2142
|
+
content: "\f2a6";
|
2143
|
+
}
|
2144
|
+
.fa-signing:before,
|
2145
|
+
.fa-sign-language:before {
|
2146
|
+
content: "\f2a7";
|
2147
|
+
}
|
2148
|
+
.fa-low-vision:before {
|
2149
|
+
content: "\f2a8";
|
2150
|
+
}
|
2151
|
+
.fa-viadeo:before {
|
2152
|
+
content: "\f2a9";
|
2153
|
+
}
|
2154
|
+
.fa-viadeo-square:before {
|
2155
|
+
content: "\f2aa";
|
2156
|
+
}
|
2157
|
+
.fa-snapchat:before {
|
2158
|
+
content: "\f2ab";
|
2159
|
+
}
|
2160
|
+
.fa-snapchat-ghost:before {
|
2161
|
+
content: "\f2ac";
|
2162
|
+
}
|
2163
|
+
.fa-snapchat-square:before {
|
2164
|
+
content: "\f2ad";
|
2165
|
+
}
|
2166
|
+
.sr-only {
|
2167
|
+
position: absolute;
|
2168
|
+
width: 1px;
|
2169
|
+
height: 1px;
|
2170
|
+
padding: 0;
|
2171
|
+
margin: -1px;
|
2172
|
+
overflow: hidden;
|
2173
|
+
clip: rect(0, 0, 0, 0);
|
2174
|
+
border: 0;
|
2175
|
+
}
|
2176
|
+
.sr-only-focusable:active,
|
2177
|
+
.sr-only-focusable:focus {
|
2178
|
+
position: static;
|
2179
|
+
width: auto;
|
2180
|
+
height: auto;
|
2181
|
+
margin: 0;
|
2182
|
+
overflow: visible;
|
2183
|
+
clip: auto;
|
2184
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font-awesome-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bokmann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
requirements: []
|
118
118
|
rubyforge_project:
|
119
|
-
rubygems_version: 2.5.
|
119
|
+
rubygems_version: 2.5.2
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: an asset gemification of the font-awesome icon font library
|