You are here

README.txt in Font Awesome Icons 8

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

 * Introduction
 * Installation
 * Credits


INTRODUCTION 8.x version
------------
Font Awesome (http://fontawesome.io) is the iconic font designed for use with
Bootstrap (http://getbootstrap.com). 8.x branch is under heavy development and
is supposed to be used for testing and bug fixes only.

"fontawesome" 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> tag.

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

   See more examples of using "Font Awesome" within HTML at:
   http://fontawesome.io/whats-new/examples/


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

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

    $ drush en fontawesome

    Upon enabling, this will also attempt to download and install the library
    in `/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 another drush command:-

    $ 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
         "/libraries/fontawesome" directory. The CSS file should
         be /libraries/fontawesome/css/font-awesome.css
         Direct link for downloading latest version (current is v4.7.0) is:
         https://github.com/FortAwesome/Font-Awesome/archive/master.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
* Daniel Moberly https://drupal.org/u/danielmoberly

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Credits
  6. INTRODUCTION 8.x version
  7. ------------
  8. Font Awesome (http://fontawesome.io) is the iconic font designed for use with
  9. Bootstrap (http://getbootstrap.com). 8.x branch is under heavy development and
  10. is supposed to be used for testing and bug fixes only.
  11. "fontawesome" 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 tag.
  15. Example for an info icon:
  16. See more examples of using "Font Awesome" within HTML at:
  17. http://fontawesome.io/whats-new/examples/
  18. INSTALLATION
  19. ------------
  20. 1. Using Drush (https://github.com/drush-ops/drush#readme)
  21. $ drush en fontawesome
  22. Upon enabling, this will also attempt to download and install the library
  23. in `/libraries/fontawesome`. If, for whatever reason, this process
  24. fails, you can re-run the library install manually by first clearing Drush
  25. caches:
  26. $ drush cc drush
  27. and then using another drush command:-
  28. $ drush fa-download
  29. 2. Manually
  30. a. Install the "Font Awesome" library following one of these 2 options:
  31. - run "drush fa-download" (recommended, it will download the right
  32. package and extract it at the right place for you.)
  33. - manual install: Download & extract "Font Awesome"
  34. (http://fontawesome.io) and place inside
  35. "/libraries/fontawesome" directory. The CSS file should
  36. be /libraries/fontawesome/css/font-awesome.css
  37. Direct link for downloading latest version (current is v4.7.0) is:
  38. https://github.com/FortAwesome/Font-Awesome/archive/master.zip
  39. b. Enable the module at Administer >> Site building >> Modules.
  40. CREDITS
  41. -------
  42. * Rob Loach (RobLoach) http://robloach.net
  43. * Inder Singh (inders) http://indersingh.com | https://www.drupal.org/u/inders
  44. * Mark Carver https://www.drupal.org/u/mark-carver
  45. * Brian Gilbert https://drupal.org/u/realityloop
  46. * Daniel Moberly https://drupal.org/u/danielmoberly