@font-face {
font-family: 'Имя_шрифта_любое';
src: url('Имя_файла_шрифта.eot');
src: url('Имя_файла_шрифта.eot?#iefix') format('embedded-opentype'),
url('Имя_файла_шрифта.woff') format('woff'),
url('Имя_файла_шрифта.ttf') format('truetype'),
url('Имя_файла_шрифта.svg#DSNoteRegular') format('svg');
font-weight: normal;
font-style: normal;
}