Replace Wire font with Yanone. Show only icon as link to dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-12-24 14:24:45 +02:00
parent d80d4cd92b
commit 2937f35f9a
6 changed files with 11 additions and 12 deletions

View file

@ -62,8 +62,8 @@
@mixin header-font {
color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-family: 'Wireone', sans-serif;
font-size: 30px;
font-family: 'Yanone', sans-serif;
font-size: 26px;
line-height: 42px;
font-weight: normal;
}