Hi I read on http://drupal.stackexchange.com/questions/84811/what-are-all-the-directories-for-in-the-new-drupal-8-structure that 3rd party libraries go in root/libraries. So I wanted to install font-awesome here, which I have done, but it does not render. I have a sub-theme in the themes folder, should I make a call in theme.libraries.yml to attach fontawesome/fontawsome-all.css?

Any help finding info would be appreciated, Thanks!

Comments

asilva3’s picture

I had to download the module, apparently libraries only run on modules that depend on them, so I've read.

Anyways:

1. https://www.drupal.org/project/fontawesome , downloaded in /modules,

2.drush en fontawesome

3. /admin/config/content/fontawesome, uncheck external file configuration to run locally.