67 lines
2.3 KiB
CSS
Executable File
67 lines
2.3 KiB
CSS
Executable File
/*!
|
|
* Font Awesome 3.2.1
|
|
* the iconic font designed for Bootstrap
|
|
* ------------------------------------------------------------------------------
|
|
* The full suite of pictographic icons, examples, and documentation can be
|
|
* found at http://fontawesome.io. Stay up to date on Twitter at
|
|
* http://twitter.com/fontawesome.
|
|
*
|
|
* License
|
|
* ------------------------------------------------------------------------------
|
|
* - The Font Awesome font is licensed under SIL OFL 1.1 -
|
|
* http://scripts.sil.org/OFL
|
|
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
|
|
* http://opensource.org/licenses/mit-license.html
|
|
* - Font Awesome documentation licensed under CC BY 3.0 -
|
|
* http://creativecommons.org/licenses/by/3.0/
|
|
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
|
*
|
|
* Author - Dave Gandy
|
|
* ------------------------------------------------------------------------------
|
|
* Email: dave@fontawesome.io
|
|
* Twitter: http://twitter.com/davegandy
|
|
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
|
|
*/
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('../font/fontawesome-webfont.eot?v=3.2.1');
|
|
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* FONT AWESOME CORE
|
|
* -------------------------- */
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
*margin-right: .3em;
|
|
}
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent icons */
|
|
.icon-long-arrow-down:before {
|
|
content: "\f175";
|
|
}
|
|
.icon-long-arrow-up:before {
|
|
content: "\f176";
|
|
}
|
|
.icon-long-arrow-left:before {
|
|
content: "\f177";
|
|
}
|
|
.icon-long-arrow-right:before {
|
|
content: "\f178";
|
|
}
|