You are here

README.txt in Font Awesome Icons 7

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 7.3 README.txt
  4. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Credits


INTRODUCTION
------------
Font Awesome (http://fontawesome.io) is the iconic font designed for use with
Bootstrap (http://getbootstrap.com). 1.x version of this module supports 
Font Awesome v3.2.1 library (http://fortawesome.github.io/Font-Awesome/3.2.1)

"fontawesome" module provides integration of "Font Awesome" with Drupal. Once enabled
"Font Awesome" icon fonts could be used as:

1. Directly inside of any HTML (node/block/view/panel). Inside HTML you can
   place Font Awesome icons just about anywhere with an <i> or a <span> tag.

   Example for an info icon: <i class="icon icon-flag"></i>

   See more examples of using "Font Awesome" within HTML at:
   http://fortawesome.github.io/Font-Awesome/3.2.1/examples/

2. Icon API (https://drupal.org/project/icon) integration:
   This module provides easy to use interfaces that quickly allow you to inject
   icons in various aspects of your Drupal site: blocks, menus, fields, filters.


INSTALLATION
------------

1. Using Drush (https://github.com/drush-ops/drush#readme)

    $ drush pm-enable fontawesome

    Upon enabling, this will also attempt to download and install the library
    in `sites/all/libraries/fontawesome`. If, for whatever reason, this process
    fails, you can re-run the library install manually by first clearing Drush
    caches:

    $ drush cc drush

    and then using:-

    $ drush fa-download

2. Manually

    a. Install the "Font Awesome" library following one of these 2 options:
       - run "drush fa-download" (recommended, it will download the right
         package and extract it at the right place for you.)
       - manual install: Download & extract "Font Awesome" 
         (http://fontawesome.io) and place inside 
         "sites/all/libraries/fontawesome" directory. The CSS file should
         be sites/all/libraries/fontawesome/css/font-awesome.css
         Direct link for downloading version 3.2.1 is: 
         http://fortawesome.github.io/Font-Awesome/3.2.1/assets/font-awesome.zip
    b. Enable the module at Administer >> Site building >> Modules.

CREDITS
-------
* Rob Loach (RobLoach) http://robloach.net
* Inder Singh (inders) http://indersingh.com | https://www.drupal.org/u/inders
* Mark Carver https://www.drupal.org/u/mark-carver
* Brian Gilbert https://drupal.org/u/realityloop

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Credits
  6. INTRODUCTION
  7. ------------
  8. Font Awesome (http://fontawesome.io) is the iconic font designed for use with
  9. Bootstrap (http://getbootstrap.com). 1.x version of this module supports
  10. Font Awesome v3.2.1 library (http://fortawesome.github.io/Font-Awesome/3.2.1)
  11. "fontawesome" module provides integration of "Font Awesome" with Drupal. Once enabled
  12. "Font Awesome" icon fonts could be used as:
  13. 1. Directly inside of any HTML (node/block/view/panel). Inside HTML you can
  14. place Font Awesome icons just about anywhere with an or a tag.
  15. Example for an info icon:
  16. See more examples of using "Font Awesome" within HTML at:
  17. http://fortawesome.github.io/Font-Awesome/3.2.1/examples/
  18. 2. Icon API (https://drupal.org/project/icon) integration:
  19. This module provides easy to use interfaces that quickly allow you to inject
  20. icons in various aspects of your Drupal site: blocks, menus, fields, filters.
  21. INSTALLATION
  22. ------------
  23. 1. Using Drush (https://github.com/drush-ops/drush#readme)
  24. $ drush pm-enable fontawesome
  25. Upon enabling, this will also attempt to download and install the library
  26. in `sites/all/libraries/fontawesome`. If, for whatever reason, this process
  27. fails, you can re-run the library install manually by first clearing Drush
  28. caches:
  29. $ drush cc drush
  30. and then using:-
  31. $ drush fa-download
  32. 2. Manually
  33. a. Install the "Font Awesome" library following one of these 2 options:
  34. - run "drush fa-download" (recommended, it will download the right
  35. package and extract it at the right place for you.)
  36. - manual install: Download & extract "Font Awesome"
  37. (http://fontawesome.io) and place inside
  38. "sites/all/libraries/fontawesome" directory. The CSS file should
  39. be sites/all/libraries/fontawesome/css/font-awesome.css
  40. Direct link for downloading version 3.2.1 is:
  41. http://fortawesome.github.io/Font-Awesome/3.2.1/assets/font-awesome.zip
  42. b. Enable the module at Administer >> Site building >> Modules.
  43. CREDITS
  44. -------
  45. * Rob Loach (RobLoach) http://robloach.net
  46. * Inder Singh (inders) http://indersingh.com | https://www.drupal.org/u/inders
  47. * Mark Carver https://www.drupal.org/u/mark-carver
  48. * Brian Gilbert https://drupal.org/u/realityloop