mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adjusting metrics to attempt to fix the wobble #671
This commit is contained in:
parent
1d8e24e816
commit
ab3efdf7e3
8
css/font-awesome.css
vendored
8
css/font-awesome.css
vendored
@ -91,8 +91,8 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes fa-spin {
|
@keyframes fa-spin {
|
||||||
@ -101,8 +101,8 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.fa-rotate-90 {
|
.fa-rotate-90 {
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg>
|
<svg>
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20150108 at Thu Jan 22 16:03:17 2015
|
Created by FontForge 20150108 at Thu Jan 22 16:45:29 2015
|
||||||
By vagrant,,,
|
By vagrant,,,
|
||||||
Copyright Dave Gandy 2015. All rights reserved.
|
Copyright Dave Gandy 2015. All rights reserved.
|
||||||
</metadata>
|
</metadata>
|
||||||
@ -17,8 +17,8 @@ Copyright Dave Gandy 2015. All rights reserved.
|
|||||||
ascent="1536"
|
ascent="1536"
|
||||||
descent="-256"
|
descent="-256"
|
||||||
bbox="-0.97314 -256.17 2304 1536.16"
|
bbox="-0.97314 -256.17 2304 1536.16"
|
||||||
underline-thickness="90"
|
underline-thickness="0"
|
||||||
underline-position="-89"
|
underline-position="0"
|
||||||
stemv="128"
|
stemv="128"
|
||||||
unicode-range="U+0020-F500"
|
unicode-range="U+0020-F500"
|
||||||
/>
|
/>
|
||||||
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
Binary file not shown.
Binary file not shown.
@ -17,8 +17,8 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
<div class="col-md-3 col-sm-4">
|
<div class="col-md-3 col-sm-4">
|
||||||
<p>
|
<p>
|
||||||
<i class="fa fa-spinner fa-spin fa-3x fa-fw margin-bottom"></i>
|
<i class="fa fa-spinner fa-spin fa-3x fa-fw margin-bottom"></i>
|
||||||
<i class="fa fa-spinner fa-pulse fa-3x fa-fw margin-bottom"></i>
|
|
||||||
<i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw margin-bottom"></i>
|
<i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw margin-bottom"></i>
|
||||||
<i class="fa fa-refresh fa-spin fa-3x fa-fw margin-bottom"></i>
|
<i class="fa fa-refresh fa-spin fa-3x fa-fw margin-bottom"></i>
|
||||||
<i class="fa fa-cog fa-spin fa-3x fa-fw margin-bottom"></i>
|
<i class="fa fa-cog fa-spin fa-3x fa-fw margin-bottom"></i>
|
||||||
|
<i class="fa fa-spinner fa-pulse fa-3x fa-fw margin-bottom"></i>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-sm-8">
|
<div class="col-md-9 col-sm-8">
|
||||||
@ -23,10 +23,10 @@
|
|||||||
</p>
|
</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<i class="fa fa-spinner fa-spin"></i>
|
<i class="fa fa-spinner fa-spin"></i>
|
||||||
<i class="fa fa-spinner fa-pulse"></i>
|
|
||||||
<i class="fa fa-circle-o-notch fa-spin"></i>
|
<i class="fa fa-circle-o-notch fa-spin"></i>
|
||||||
<i class="fa fa-refresh fa-spin"></i>
|
<i class="fa fa-refresh fa-spin"></i>
|
||||||
<i class="fa fa-cog fa-spin"></i>
|
<i class="fa fa-cog fa-spin"></i>
|
||||||
|
<i class="fa fa-spinner fa-pulse"></i>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<p class="alert alert-success">
|
<p class="alert alert-success">
|
||||||
<i class="fa fa-info-circle"></i> CSS3 animations aren't supported in IE8 - IE9.
|
<i class="fa fa-info-circle"></i> CSS3 animations aren't supported in IE8 - IE9.
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg>
|
<svg>
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20150108 at Thu Jan 22 16:03:17 2015
|
Created by FontForge 20150108 at Thu Jan 22 16:45:29 2015
|
||||||
By vagrant,,,
|
By vagrant,,,
|
||||||
Copyright Dave Gandy 2015. All rights reserved.
|
Copyright Dave Gandy 2015. All rights reserved.
|
||||||
</metadata>
|
</metadata>
|
||||||
@ -17,8 +17,8 @@ Copyright Dave Gandy 2015. All rights reserved.
|
|||||||
ascent="1536"
|
ascent="1536"
|
||||||
descent="-256"
|
descent="-256"
|
||||||
bbox="-0.97314 -256.17 2304 1536.16"
|
bbox="-0.97314 -256.17 2304 1536.16"
|
||||||
underline-thickness="90"
|
underline-thickness="0"
|
||||||
underline-position="-89"
|
underline-position="0"
|
||||||
stemv="128"
|
stemv="128"
|
||||||
unicode-range="U+0020-F500"
|
unicode-range="U+0020-F500"
|
||||||
/>
|
/>
|
||||||
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
Binary file not shown.
Binary file not shown.
8
src/assets/font-awesome/less/animated.less
vendored
8
src/assets/font-awesome/less/animated.less
vendored
@ -20,8 +20,8 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359.99deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359.99deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user