Fontello : How to load and use fonts?
Problem :
You have downloaded the Fontello fonts that you wanted and now you want to get the fonts to display on your webpage. How to call the fonts?
Solution :
A typical Fontello font zip file should have directory structure that look like this :
Load the CSS file for the pages you want to use the fonts. For example, on this website. I would load the CSS file on the header section like this :
<link rel="stylesheet" type="text/css" media="screen" href="https://www.socketloop.com/public/assets/fonts/fontello/css/fontello.css">
The fontello.css file should be the default CSS file to load and it handles everything from there.
NOTE : adjust the include path(
href
) to suit your website structure.To invoke the font, you can use
class="fontello-icon-NAME"
in the place where you want the font to appear. For example, in this page Like Us On Facebook widget, the Facebook Fontello font is called by :<i class="fontello-icon-facebook></i>
Hope this simple tutorial can be useful to you.
Reference :
https://github.com/fontello/fontello/wiki/How-to-use-fontello-fonts-in-your-project
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+17k Golang : XML to JSON example
+14.3k Golang : How to convert a number to words
+11.7k How to tell if a binary(executable) file or web application is built with Golang?
+13.2k CodeIgniter : "Fatal error: Cannot use object of type stdClass as array" message
+12.3k Golang : Get month name from date example
+10.6k Golang : How to delete element(data) from map ?
+12.1k Golang : Perform sanity checks on filename example
+11.9k Golang : Setup API server or gateway with Caddy and http.ListenAndServe() function example
+15.2k JavaScript/JQuery : Detect or intercept enter key pressed example
+26.6k Golang : Encrypt and decrypt data with AES crypto
+7.7k Golang : Mapping Iban to Dunging alphabets