Replace font with free one
This commit is contained in:
parent
2462949fd5
commit
d80d4cd92b
Binary file not shown.
BIN
app/assets/fonts/wire-one.ttf
Normal file
BIN
app/assets/fonts/wire-one.ttf
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: Korolev;
|
font-family: Wireone;
|
||||||
src: font-url('korolev-medium-compressed.otf');
|
src: font-url('wire-one.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Typo **/
|
/** Typo **/
|
||||||
$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace;
|
$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace;
|
||||||
|
|
|
@ -62,8 +62,8 @@
|
||||||
@mixin header-font {
|
@mixin header-font {
|
||||||
color: $style_color;
|
color: $style_color;
|
||||||
text-shadow: 0 1px 1px #FFF;
|
text-shadow: 0 1px 1px #FFF;
|
||||||
font-family: 'Korolev', sans-serif;
|
font-family: 'Wireone', sans-serif;
|
||||||
font-size: 28px;
|
font-size: 30px;
|
||||||
line-height: 48px;
|
line-height: 42px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue