Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 3d22996

Browse files
author
Panagis Tselentis
committed
Solved some remaining issues when running Konga behind a reverse proxy on a sub path #278
1 parent a84b276 commit 3d22996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/styles/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
@font-face {
77
font-family: "Montserrat-Regular";
8-
src: url("/fonts/proximanova-regular.woff") format("opentype");
8+
src: url("../fonts/proximanova-regular.woff") format("opentype");
99
}
1010

1111
@font-face {
1212
font-family: "Montserrat-Light";
13-
src: url("/fonts/Montserrat-Light.otf") format("opentype");
13+
src: url("../fonts/Montserrat-Light.otf") format("opentype");
1414
}
1515

1616

1717
@font-face {
1818
font-family: "Montserrat-Medium";
19-
src: url("/fonts/Montserrat-SemiBold.otf") format("opentype");
19+
src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
2020
}
2121

2222

0 commit comments

Comments
 (0)