Fix wrong loading of Crypto font
Turns out, this theme probably never loaded its font right, fail... `GET https://.../themes/fonts/inconsolatag.woff` --> 404
This commit is contained in:
parent
b153d568a0
commit
6d72f023fa
@ -10,7 +10,7 @@ GitHub: https://github.com/aynik
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Inconsolata-g;
|
font-family: Inconsolata-g;
|
||||||
src: url("fonts/inconsolatag.woff") format("woff"), url("fonts/inconsolatag.ttf") format("ttf");
|
src: url("../css/fonts/inconsolatag.woff") format("woff"), url("../css/fonts/inconsolatag.ttf") format("ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user