Project

General

Profile

« Previous | Next » 

Revision 2393d9c5

Added by Andreas Kohlbecker almost 5 years ago

upgrading to fontawesome 5.9.0

View differences:

modules/cdm_dataportal/cdm_dataportal.module
393 393
 */
394 394
function _add_font_awesome_font()
395 395
{
396
  $font_awesome_css_uri = base_path() . drupal_get_path('module', 'cdm_dataportal') . '/fonts/font-awesome-4.6.3/css/font-awesome.min.css';
396
  // $fa_font_version = 'font-awesome-4.6.3/css/font-awesome.min.css';
397
  $fa_font_version = 'fontawesome-free-5.9.0-web/css/all.css';
398
  $font_awesome_css_uri = base_path() . drupal_get_path('module', 'cdm_dataportal') . '/fonts/' . $fa_font_version;
397 399

  
398 400
  drupal_add_html_head_link(
399 401
    array(

Also available in: Unified diff