Archived topic
Using Line Awesome Icon Set
5 replies · Started by Roger on November 24, 2018
I want to use the Line Awesome Icon Set with GeneratePress.
I've created a Hook for wp_head with the following script:
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css">
However, it's not working - what am I doing wrong?
Can anyone help with this?
Seems to be working now.
Sorry for the late reply - not sure how we missed the topic.
Glad you figured out! What was the solution just so we know?
Thanks!
No worries, thanks Leo. It was a caching issue.
However, I did adjust the script so that I can use both Line Awesome and Font Awesome.
To replace Font Awesome with Line Awesome:
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css">
To use both:
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css">
Thanks for reporting back!