summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-08 00:17:50 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit8cf2f716b38d6f3c226f96d8a8635ffc39747475 (patch)
treef55712c95e097af248268c49524f6bbb788d7468
parentedbede5d7029137e3135eb1a5f811531032c7d63 (diff)
downloadrichard-iii-8cf2f716b38d6f3c226f96d8a8635ffc39747475.tar.gz
Change font css link.
-rw-r--r--info/rules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/info/rules.html b/info/rules.html
index a6045c6..274f12c 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Richard III 1.02</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}