News:

GinGly.com - Used by 85,000 Members - SMS Backed up 7,35,000 - Contacts Stored  28,850 !!

Main Menu

To Install New Font in Html

Started by s.thiyagu, Apr 02, 2013, 10:20 AM

Previous topic - Next topic

s.thiyagu


To install new font in the html file follow the css code

example for caliber font family >:(

@font-face {
font-family: 'Calibri';
src: url('Calibri.eot?') format('eot'),
url('Calibri.woff') format('woff'),
url('Calibri.ttf') format('truetype');
}


for easy Css coding use CSS3 generator >:(