How we include font face in our HTML
Guys just open your genereted font face folder from
www.fontsquirrel.com website.
Follow these steps:-
- Open your fonts folder whcih is generted from www.fontsquirrel.com website or any other website.
- Copy all files from that folder fr example, .eot, .svg, .ttf, .woff. and paste into your HTML folder under fonts folder.
- Now copy stylesheet file from generted folder and copy in your HTML fonts folder.
- Now call styleshhet.css from your HTML fonts folder in your index.html file under HEAD part.
- Now use font-family in your css file.
Follow this webistes for your need:-
Comments
Post a Comment