no need to add fonts to assets path
This commit is contained in:
parent
317c928198
commit
72395d7f6e
2 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,7 @@ $style_color: #474d57;
|
|||
$hover: #D9EDF7;
|
||||
|
||||
/** GitLab Fonts **/
|
||||
@font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }
|
||||
@font-face { font-family: Korolev; src: font-url('korolev-medium-compressed.otf'); }
|
||||
|
||||
/** MIXINS **/
|
||||
@mixin shade {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue