CSS Font-Face
@font-face {
font-family: 'font-name';
src: url('.eot');
src: url('.eot?#iefix') format('embedded-opentype'),
url('.woff') format('woff'),
url('.ttf') format('truetype'),
url('.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}