Это в CSS
Код
@font-face {
font-family: 'RobotoCondensed';
src: url('/fonts/RobotoCondensed-Light.eot');
src: url('/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
url('/fonts/RobotoCondensed-Light.woff') format('woff'),
url('/fonts/RobotoCondensed-Light.ttf') format('truetype'),
url('/fonts/RobotoCondensed-Light.svg#RobotoCondensed') format('svg');
font-weight:normal;font-style:normal;
}
Это
Код
td, body {font-family:OpenSans,verdana; font-size:14px;color:#2f393e;line-height:21px;}
Заменяешь на это
Код
td, body {font-family:RobotoCondensed; font-size:14px;color:#2f393e;line-height:21px;}
Скачиваешь архив в прикрепление и папку fonts загружаешь в свой ФМ