Page 1 of 1

FontAwesome

Posted: 16 Sep 2020, 09:53
by dbauckhage
Hi,


The following CSS code works to display the download icon with a FontAwsome icon

.phocadownloadfile32 a {
padding-left: 32px;
position: relative;
line-height: 18px;
}
.phocadownloadfile32 a:before {
position: absolute;
font-family: 'FontAwesome';
top: 0;
left: 0;
content: "\f019"; /* content: "\f381"; does NOT work */
}


Unfortunately it does not work with FontAwesome Pro Icons. I have licensed FontAwesome Pro and it works fine everywhere else in Joomla. The license is defined as a kit centrally in the header of the template.
<script src="https://kit.fontawesome.com/xxxxxxxx.js" crossorigin="anonymous"></script>

Regards
Dietmar

Re: FontAwesome

Posted: 16 Sep 2020, 10:48
by dbauckhage
Problem solved.

I have to set:
font-family: "Font Awesome 5 Pro"

Re: FontAwesome

Posted: 16 Sep 2020, 16:33
by Benno
Ok.

Kind regards,
Benno