Skip to content

Commit

Permalink
Adding duotone style to FA5 frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
aetiom authored Jan 24, 2020
1 parent 8cf6bc3 commit 36a329b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FrontEnd/Fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
class Fontawesome extends Abstr {

/**
* @var array $styles : fontawesome 5 style (solid, regular, light)
* @var array $styles : fontawesome 5 style (solid, regular, light, duotone)
*/
private $styles = array(
'solid' => 'fas',
'regular' => 'far',
'light' => 'fal'
'light' => 'fal',
'duotone' => 'fad'
);


Expand Down

0 comments on commit 36a329b

Please sign in to comment.