Use in your site “FontAwesome” how to set up.
Clowd services Fontawesome on use.
1)1st step In your sites
1 |
<head></head> |
this code copy and paste.
1 2 3 4 5 |
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"> |
2)2nd steps In your post , page , php FontAwesome’s code paste.
1 2 3 4 5 |
<i class='fa fa-check-square'></i> |