|
@@ -6,8 +6,7 @@
|
|
|
* -------------------------- */
|
|
|
@font-face {
|
|
|
font-family: 'FontAwesome';
|
|
|
- src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
|
|
|
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
|
|
|
+ src: url('../fonts/FontAwesome.otf') format('opentype');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
@@ -22,7 +21,7 @@
|
|
|
}
|
|
|
/* makes the font 33% larger relative to the icon container */
|
|
|
.fa-lg {
|
|
|
- font-size: 1.3333333333333333em;
|
|
|
+ font-size: 1.33333333em;
|
|
|
line-height: 0.75em;
|
|
|
vertical-align: -15%;
|
|
|
}
|
|
@@ -39,12 +38,12 @@
|
|
|
font-size: 5em;
|
|
|
}
|
|
|
.fa-fw {
|
|
|
- width: 1.2857142857142858em;
|
|
|
+ width: 1.28571429em;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.fa-ul {
|
|
|
padding-left: 0;
|
|
|
- margin-left: 2.142857142857143em;
|
|
|
+ margin-left: 2.14285714em;
|
|
|
list-style-type: none;
|
|
|
}
|
|
|
.fa-ul > li {
|
|
@@ -52,13 +51,13 @@
|
|
|
}
|
|
|
.fa-li {
|
|
|
position: absolute;
|
|
|
- left: -2.142857142857143em;
|
|
|
- width: 2.142857142857143em;
|
|
|
- top: 0.14285714285714285em;
|
|
|
+ left: -2.14285714em;
|
|
|
+ width: 2.14285714em;
|
|
|
+ top: 0.14285714em;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.fa-li.fa-lg {
|
|
|
- left: -1.8571428571428572em;
|
|
|
+ left: -1.85714286em;
|
|
|
}
|
|
|
.fa-border {
|
|
|
padding: .2em .25em .15em;
|
|
@@ -1330,3 +1329,6 @@
|
|
|
.fa-plus-square-o:before {
|
|
|
content: "\f196";
|
|
|
}
|
|
|
+.fa-space-shuttle:before {
|
|
|
+ content: "\f197";
|
|
|
+}
|