Saturday 29 August 2015

how to add FONT in wordpress

------------insert in style.css
@font-face {
font-family: 'MuseoSlab';
src: url('http://localhost:81/wordpress/fonts/Museo_Slab_500_2-webfont.eot');
src: url('http://localhost:81/wordpress/fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
url('http://localhost:81/wordpress/fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
url('http://localhost:81/wordpress/fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
url('http://localhost:81/wordpress/fonts/Museo_Slab_500_2-webfont.svg#MuseoSlab') format('svg');
font-weight: normal;
font-style: normal;
}


http://www.fontspring.com/support/installing_webfonts/how-do-i-use-the-webfonts

No comments:

Post a Comment