mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ GitHub: https://github.com/aynik
|
|||
|
||||
@font-face {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue