constant FONTAWESOME_CDN_URL in Font Awesome Icons 7.2
4 uses of FONTAWESOME_CDN_URL
- FontAwesomeTestCase::testLink in tests/
fontawesome.test - Testing of CDN link.
- fontawesome_extract_icons in ./
fontawesome.module - Extracts all icons from the CSS file.
- fontawesome_preprocess_html in ./
fontawesome.module - Implements hook_preprocess_html().
- fontawesome_requirements in ./
fontawesome.install - Implements hook_requirements().
File
- ./
fontawesome.module, line 11 - fontawesome.module Drupal integration with Font Awesome, the iconic font for use with Bootstrap.
Code
define('FONTAWESOME_CDN_URL', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');