# amstafff (15.10.2015 / 14:52)Во первых шрифт не для body
Blade, @import url(http://путь.ттф) all;
body {
font-family: 'Нужный шрфит', arial, serif;
font-style: normal;
}
------------
сделай так и не парь людям мозги
во вторых почему этот код не пашет
@font-face {
font-family: 'Exo_2';
src: url("http://выа/fonts/exo2/exo_2_600italic-webfont.eot");
src: url("http://ыва/fonts/exo2/exo_2_600italic-webfont.eot?#iefix") format("embedded-opentype"), url("http://ыва/fonts/exo2/exo_2_600italic-webfont.woff") format("woff"), url(http://ыва/fonts/exo2/exo_2_60 ... t.ttf) format("truetype");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Exo_2';
src: url("http://выв.ru/fonts/exo2/exo_2_600-webfont.eot");
src: url("http://ыва/fonts/exo2/exo_2_600-webfont.eot?#iefix") format("embedded-opentype"), url("http://ыва/fonts/exo2/exo_2_600-webfont.woff") format("woff"), url(http://ыва/fonts/exo2/exo_2_60 ... t.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
а шрифт выводится здесь
.page-search h1.title {
font-family: "Exo_2", sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 44px;
padding-bottom: 24px;
}