Подскажите, как утсановить шрифт на сайт, чтобы он отображался на всех браузерах?
Нашел код, но не пойму куда его нужно вставить, где найти css сайта?
WEBFONT GENERATOR данный шрифт не пропускает.
Код: Выделить всё
body { font-family: "wf_SegoeUILight"; }
@font-face{
font-family: 'wf_SegoeUILight';
src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
font-weight: normal;
font-style: normal;
}http://iamsan.ru/web/segoe-ui







