Подключаю шрифты так:
@font-face {
font-family: 'heliosthin';
src: url('../fonts/heliosthin.eot');
src: url('../fonts/heliosthin.eot') format('embedded-opentype'),
url('../fonts/heliosthin.woff') format('woff'),
url('../../fonts/heliosthin.ttf') format('truetype'),
url('../../fonts/heliosthin.svg') format('svg');
font-weight: normal;
font-style: normal;
}
Т.е. есть 4 формата: eot, woff, ttf, svg
Достаточно ли этого для кроссбраузерности ведь есть ещё около 15 других форматов шрифтов. Надо ли там например woff2?