Replace Wire font with Yanone. Show only icon as link to dashboard
This commit is contained in:
parent
d80d4cd92b
commit
2937f35f9a
6 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
@font-face{
|
||||
font-family: Wireone;
|
||||
src: font-url('wire-one.ttf');
|
||||
font-family: Yanone;
|
||||
src: font-url('YanoneKaffeesatz-Light.ttf');
|
||||
}
|
||||
|
||||
/** Typo **/
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue