Hello.
Is it correct to use this syntax in HTML files for FA icons ?
Because, if i use this syntax, without specifying the weight of the icon as
Is it correct to use this syntax in HTML files for FA icons ?
HTML:
<i class="fa fa-star"></i>
Because, if i use this syntax, without specifying the weight of the icon as
far
, fas
, fal
instead of fa
, I guess this should show the icon with the base weight set in the style properties, Regular by default. But in fact, without specifying the weight in the syntax and with Regular defined by default, it is the Solid icons that are displayed.