Commit d80d4cd9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Replace font with free one

parent 2462949f
@font-face{
font-family: Korolev;
src: font-url('korolev-medium-compressed.otf');
font-family: Wireone;
src: font-url('wire-one.ttf');
}
/** Typo **/
......
......@@ -62,8 +62,8 @@
@mixin header-font {
color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-family: 'Korolev', sans-serif;
font-size: 28px;
line-height: 48px;
font-family: 'Wireone', sans-serif;
font-size: 30px;
line-height: 42px;
font-weight: normal;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment