diff options
author | friendica <info@friendica.com> | 2013-10-08 16:11:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 16:11:20 -0700 |
commit | 043042428ce7eea3daec258743349ff23c40b6e6 (patch) | |
tree | 12211165f3d6dee4d93257a3bfd50a52bd29280b /library/font_awesome/less/font-awesome.less | |
parent | e9c535f40a591ba9863543673fc91aa76e3a17ac (diff) | |
download | volse-hubzilla-043042428ce7eea3daec258743349ff23c40b6e6.tar.gz volse-hubzilla-043042428ce7eea3daec258743349ff23c40b6e6.tar.bz2 volse-hubzilla-043042428ce7eea3daec258743349ff23c40b6e6.zip |
add font_awesome
Diffstat (limited to 'library/font_awesome/less/font-awesome.less')
-rw-r--r-- | library/font_awesome/less/font-awesome.less | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/library/font_awesome/less/font-awesome.less b/library/font_awesome/less/font-awesome.less new file mode 100644 index 000000000..0f454612b --- /dev/null +++ b/library/font_awesome/less/font-awesome.less @@ -0,0 +1,33 @@ +/*! + * 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 + */ + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "bootstrap.less"; +@import "extras.less"; +@import "icons.less"; |