mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
4b36f12a83
- only docs.min.css & font-awesome-ie7.min.css are called in head - resulting in 1 request only, 2 for IE7 users - docs.min.css is built from all the less files - docs.less collects all imports and their order - refactored prettify.css into less - added license header to all less files
56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
/* Font Awesome
|
|
the iconic font designed for use with Twitter Bootstrap
|
|
-------------------------------------------------------
|
|
The full suite of pictographic icons, examples, and documentation
|
|
can be found at: http://fortawesome.github.com/Font-Awesome/
|
|
|
|
License
|
|
-------------------------------------------------------
|
|
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
|
|
http://creativecommons.org/licenses/by/3.0/ A mention of
|
|
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
|
|
source code is considered acceptable attribution (most common on the web).
|
|
If human readable source code is not available to the end user, a mention in
|
|
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
|
|
or mobile software).
|
|
|
|
Contact
|
|
-------------------------------------------------------
|
|
Email: dave@davegandy.com
|
|
Twitter: http://twitter.com/fortaweso_me
|
|
Work: Lead Product Designer @ http://kyruus.com
|
|
|
|
*/
|
|
|
|
// Font-site.less
|
|
// @font-face declaration for the docs site
|
|
// Imported by docs.less
|
|
// -----------------------------------------------------
|
|
|
|
@font-face {
|
|
font-family: 'museo-slab';
|
|
src: url('../font/museo_slab_300-webfont.eot');
|
|
src: url('../font/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/museo_slab_300-webfont.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'museo-slab';
|
|
src: url('../font/museo_slab_500-webfont.eot');
|
|
src: url('../font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/museo_slab_500-webfont.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'proxima-nova';
|
|
src: url('../font/proximanova-webfont.eot');
|
|
src: url('../font/proximanova-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/proximanova-webfont.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|