@font-face { font-family: "YOURFONT"; src: url('***/fontname.eot?') format('eot'), url('***/fontname.woff') format('woff'), url('***/fontname.ttf') format('truetype'), url('***/fontname.svg#svgFontIDName') format('svg'); font-weight: normal; font-style: normal; } h1 { font-family: "YOURFONT", ...etc..., sans-serif }