Tuesday, 2 December 2014

Add new font to css file / Add New font to web page

@font-face {
 font-family: 'Lato-Reg';
 src: url('http://fonturl/Lato-Reg.ttf')  format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Lato-RegIta';
 src: url('http:///fonturl/Lato-RegIta.ttf')  format('truetype');
 font-weight: normal;
 font-style: normal;
}

No comments:

Post a Comment