JFontAwesome plugin
The iconic Twitter Bootstrap font!
"FontAwesome, the iconic font designed for use with Twitter Bootstrap, now it's available in Joomla with JFontAwesome plugin."
In a nutshell
In our quest to develop the perfect Bootstrap theme implementation, JBootstrap, we've developed this plugin to integrate Font Awesome as a system plugin for Joomla.
- Desktop Font + Vectors: The full desktop font and a pdf of vectors are now included. Happy designing.
- 70 New Icons in v2.0: All requested by our active community on the Font Awesome GitHub project.
- IE7 Support: Font Awesome v2.0 now even supports IE7. If you need it, you have my condolences.
- One font, 220 icons: In a single collection, Font Awesome is a pictographic language of web-related actions.
- Free for commercial use: The Font Awesome webfont and CSS libraries are completely free for commercial use.
- Screen reader compatible: Font Awesome won't trip up screen readers, unlike most icon fonts.
- Made for Twitter Bootstrap: Designed from scratch to be fully backwards compatible with Twitter Bootstrap 2.0.
- CSS control: Easily style icon color, size, shadow, and anything that's possible with CSS.
- Infinite scalability: Scalable vector graphics means icons look awesome at any size.
Parameters
- System - JFontAwesome: Active / Local / CDN
- CDN Url
- Minimized: Yes / No
- Active in the Backend: Yes / No
Examples & Demos
How do I learn more about Font Awesome ?
Visit the Font Awesome website at http://fortawesome.github.com/Font-Awesome/.
New Icons in FontAwesome 2.0
You asked, Font Awesome delivers with 70 shiny new icons in version 2.0. This giant set of new icons was requested on the Font Awesome GitHub project and includes icon parity with Bootstrap 2.0.3.
All Icons by Category
Web Application Icons
Text Editor Icons
Directional Icons
Video Player Icons
Social Icons
Integration
It's easy to integrate Font Awesome into Twitter Bootstrap, or even use it on its own.
Bootstrap using LESS
Use this method if integrating with Twitter Bootstrap using LESS
- Copy the Font Awesome font directory into your project.
- Copy font-awesome.less into your bootstrap/less directory.
- Open bootstrap.less and replace
@import "sprites.less";with@import "font-awesome.less"; - Open your project's font-awesome.less and edit the font url to ensure it points to the right place.
- @font-face {
- font-family: 'FontAwesome';
- src: url('../font/fontawesome-webfont.eot');
- src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
- url('../font/fontawesome-webfont.woff') format('woff'),
- url('../font/fontawesome-webfont.ttf') format('truetype'),
- url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- Re-compile your LESS if using a static compiler. Otherwise, you should be good to go.
- Check out the examples to start using Font Awesome!
Bootstrap using CSS
Use this method if integrating with Twitter Bootstrap using CSS.
- Customize Twitter Bootstrap here. Make sure to uncheck the default "Icons" under "Base CSS."
- Copy the Font Awesome font directory into your project.
- Copy font-awesome.css into your project.
- Open your project's font-awesome.css and edit the font url to ensure it points to the right place (see above example).
- In the
<head>of your html, reference the location to your font-awesome.css.- <link rel="stylesheet" href="../css/bootstrap.css">
- <link rel="stylesheet" href="../css/font-awesome.css">
- Check out the examples to start using Font Awesome!
Not using Bootstrap?
Font Awesome works just as well without Twitter Bootstrap.
- Copy the Font Awesome font directory into your project.
- Copy font-awesome.less or font-awesome.css into your project.
- Open your project's font-awesome.less or font-awesome.css and edit the font url to ensure it points to the right place (see above example).
- Check out the examples to start using Font Awesome!
Code
Inline Icon
Place Font Awesome icons just about anywhere with the <i> tag.
Icon classes are echoed via CSS :before.
- <div style="font-size: 24px;">
- <i class="icon-camera-retro"></i> icon-camera-retro
- </div>
Increase the icon size by using the icon-large class. This increases the size by 33% relative to the font-size of the container.
- <div style="font-size: 24px;">
- <i class="icon-camera-retro icon-large"></i> icon-camera-retro
- </div>
FontAwesome Contact
- Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
- Twitter: @FortAweso_me
- Work: Lead Product Designer @ Kyruus
FontAwesome License
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0. A mention ofFont 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).Requirements
- Joomla 2.5
License
- License: GNU General Public License v3.0
- Usage license will never expire. You can use the software FOREVER.
- Unlimited sites or domains.
- Download new versions and major/minor uprades during the subscription period.
- You can use the software on ALL YOUR sites under the terms of GPLv3.
- No part of our source code is encoded.
Change Log
Updates in 1.0.0
- Initial release