remove custom font

This commit is contained in:
Dmitriy Zaporozhets 2013-03-05 13:16:56 +02:00
parent 9bb35e7e59
commit f9200e118c
4 changed files with 2 additions and 100 deletions

View file

@ -70,9 +70,8 @@
@mixin header-font {
color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-family: 'Yanone', sans-serif;
font-size: 24px;
line-height: 36px;
font-size: 18px;
line-height: 42px;
font-weight: normal;
}