Where to locate the source of icomoon font in website?

0 votes
255 views
added Nov 25, 2016 in CSS by anonymous
recategorized Aug 8, 2017 by LC Marshal

1 Response

0 votes
responded Nov 25, 2016 by LC Marshal Captain (25,790 points)

On the website, view page source or inspect elements > find 'icomoon' > and grab the following code

 @font-face{font-family:icomoon;src:url(http://websitename.com/font/icomoon.eot);src:url(http://websitename.com/font/icomoon.eot?#iefix) format('embedded-opentype'),url(http://websitename.com/font/icomoon.ttf) format('truetype'),url(http://websitename.com/font/icomoon.woff)

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...