summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Lib.hs2
-rw-r--r--static/style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index 13bef06..212f31e 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -356,7 +356,7 @@ gameCrumbs _ labels periods level =
instance ToHtml HomeView where
toHtml (HomeView (Manifest mediums)) =
pageTemplate
- [a_ [href_ "https://git.cyfraeviolae.org/antiquitysort", class_ "nonbreaking"] "source code"]
+ [a_ [href_ "https://cyfraeviolae.org/git/antiquitysort", class_ "nonbreaking"] "source code"]
homeBody
where
homeBody = div_ [class_ "narrow"] $ do
diff --git a/static/style.css b/static/style.css
index 25082a0..e014d12 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,12 +1,12 @@
@font-face {
font-family: EBGaramond;
- src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
+ src: url(/antiquitysort/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
font-style: normal;
}
@font-face {
font-family: EBGaramond;
- src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
+ src: url(/antiquitysort/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
font-style: italic;
}