This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d6d13baf RAT-359: Fix broken links in CSS
d6d13baf is described below
commit d6d13bafc759f2a2b815010a77fbd503bd2b0022
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jan 22 01:08:04 2024 +0100
RAT-359: Fix broken links in CSS
---
font/matesc.css | 2 +-
font/overlock.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/font/matesc.css b/font/matesc.css
index f7c98078..1511f626 100644
--- a/font/matesc.css
+++ b/font/matesc.css
@@ -2,5 +2,5 @@
font-family: "Mate SC";
font-style: normal;
font-weight: 400;
- src: url("../MateSC-Regular.ttf") format("truetype");
+ src: url("./matesc/MateSC-Regular.ttf") format("truetype");
}
diff --git a/font/overlock.css b/font/overlock.css
index 92644ce0..8aeb725a 100644
--- a/font/overlock.css
+++ b/font/overlock.css
@@ -2,5 +2,5 @@
font-family: "Overlock";
font-style: normal;
font-weight: 400;
- src: url("../Overlock-Regular.ttf") format("truetype");
+ src: url("./overlock/Overlock-Regular.ttf") format("truetype");
}