サイトへWebフォントを導入する際の手順。
フォントの変換はFont Converterで、Woff2へはwoff to woff2 converterで行える。
1@font-face { 2 font-family: 'webfont'; 3 src: url('font/webfont.eot'); 4 src: url('font/webfont.eot?#iefix') format('embedded-opentype'), 5 url('font/webfont.woff2') format('woff2') 6 url('font/webfont.woff') format('woff'), 7 url('font/webfont.ttf') format('truetype'), 8 url('font/webfont.svg#icomoon') format('svg'); 9}
IE8以下の対応はもういいかなとも思う。