summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-08 00:17:39 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit3a52e29f7a8b207bd3279fde223ac178d5a1db41 (patch)
tree38b57a70c575e122de004a659bd33f6a4bf29a40
parentba443fd64e8597bd4f4f2a6199540205672eb737 (diff)
downloadhammer-of-the-scots-3a52e29f7a8b207bd3279fde223ac178d5a1db41.tar.gz
Change font css link.
-rw-r--r--info/rules.html2
-rw-r--r--info/rules3.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/info/rules.html b/info/rules.html
index d4be7b0..7f63f79 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Hammer of the Scots 4.0</title>
-<link rel="stylesheet" href="/fonts/gentium.css">
+<link rel="stylesheet" href="/fonts/fonts.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
diff --git a/info/rules3.html b/info/rules3.html
index f66ff27..354434a 100644
--- a/info/rules3.html
+++ b/info/rules3.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Hammer of the Scots 3.0</title>
-<link rel="stylesheet" href="/fonts/gentium.css">
+<link rel="stylesheet" href="/fonts/fonts.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}