How to Add Missing Font Awesome Icons?

Hello UNA Team.

The google-pay icon is missing in UNA 13.1.0. I would like to use and display it as my accepted payment method along with other digital wallets.

I've added the following css code to template/css/icons.css and modules/fontawesome/template/css/icons.css:

.sys-icon.google-pay:before, .fa-google-pay:before {
 content: "\e079"; }

and used this code to display the icon:

<i class="sys-icon fab far google-pay"></i>

But it didn't work.

Am I missing something?

Probably Font Awesome icons were updated in UNA 14.0.0 but I am using UNA 13.1.0.

Please help!

Thanks

  • 223
  • More
Replies (4)
    Login or Join to comment.