Any font on the web @font-face

1. Conver fonts of any type to to .eot font format: www.fontsquirrel.com/fontface/generator

2. Insert the following script into css file:

@font-face { 
 font-family: 'Eaves';
src: url('/fonts/MrsEavesItalic.eot');
src: local('MrsEaves Italic'), local('MrsEavesItalic'), url('/fonts/MrsEavesItalic.otf') format('opentype');
}

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>