font awesome css の上部に次のように表示されます。
@font-face {
font-family: 'FontAwesome';
src: url('../font/fontawesome-webfont.eot?v=3.2.1');
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight: normal;
font-style: normal;
}
なぜここに eot、woffm、ttf (svg は IE 用)、フォントがロードされているのだろうか?
ブラウザの互換性のためですか?それとも、各ファイルに異なるフォントがあるだけですか?
1つだけ無事に出発できますか?