

<section id="content">
<h2 class="section-title">Заголовок</h2>
</section>section {
.section-title {
height 55px;
background #fff;
text-align center;
text-transform uppercase;
line-height 60px;
margin 26px 0;
}
}<section id="content">
<h2 class="section-title">Заголовок</h2>
</section>@import url(http://allfont.ru/allfont.css?fonts=pragmatica-cyrillic);
section {
.section-title {
font-family: 'Pragmatica Cyrillic', Tahoma;
height 55px;
background #fff;
text-align center;
text-transform uppercase;
line-height 60px;
margin 26px 0;
}
}