2012-06-19 19:05:24 +08:00
|
|
|
/* 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
|
|
|
|
// -----------------------------------------------------
|
|
|
|
|
2012-03-09 13:02:49 +08:00
|
|
|
@font-face {
|
2012-05-21 21:06:58 +08:00
|
|
|
font-family: 'museo-slab';
|
2012-03-09 13:02:49 +08:00
|
|
|
src: url('../font/museo_slab_300-webfont.eot');
|
2012-05-20 00:33:53 +08:00
|
|
|
src: url('../font/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
|
2012-03-09 13:02:49 +08:00
|
|
|
url('../font/museo_slab_300-webfont.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2012-05-21 21:06:58 +08:00
|
|
|
font-family: 'museo-slab';
|
2012-03-09 13:02:49 +08:00
|
|
|
src: url('../font/museo_slab_500-webfont.eot');
|
2012-05-20 00:33:53 +08:00
|
|
|
src: url('../font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
|
2012-03-09 13:02:49 +08:00
|
|
|
url('../font/museo_slab_500-webfont.ttf') format('truetype');
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2012-05-21 21:06:58 +08:00
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|