summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-12 12:37:30 +0200
committerTor Andersson <tor@ccxvii.net>2023-06-12 12:43:32 +0200
commit10aea4c31e592fc8767f556fe8bf636033c8ad19 (patch)
tree1f56a50b679c4a122a36ea370336ffc040b1d790
parent84781b945439f143396a49f0df5cbf56bc0100ca (diff)
downloadandean-abyss-10aea4c31e592fc8767f556fe8bf636033c8ad19.tar.gz
Use Tinos font in rulebook.
-rw-r--r--info/playbook-all.html3
-rw-r--r--info/playbook.html3
-rw-r--r--info/rulebook.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/info/playbook-all.html b/info/playbook-all.html
index 43c7929..5c55243 100644
--- a/info/playbook-all.html
+++ b/info/playbook-all.html
@@ -2,11 +2,12 @@
<html>
<head>
<title>Andean Abyss - Playbook</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0}
-p{font-family:Times New Roman,Times,serif;line-height:1em;font-size:11.9pt}
+p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:11.9pt}
</style>
</head>
<body>
diff --git a/info/playbook.html b/info/playbook.html
index 4797737..c038742 100644
--- a/info/playbook.html
+++ b/info/playbook.html
@@ -2,11 +2,12 @@
<html>
<head>
<title>Andean Abyss - Playbook</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0}
-p{font-family:Times New Roman,Times,serif;line-height:1em;font-size:11.5pt}
+p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:11.5pt}
</style>
</head>
<body>
diff --git a/info/rulebook.html b/info/rulebook.html
index 1e9c58b..a99e436 100644
--- a/info/rulebook.html
+++ b/info/rulebook.html
@@ -2,11 +2,12 @@
<html>
<head>
<title>Andean Abyss - Rulebook</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0}
-p{font-family:Times New Roman,Times,serif;line-height:1em;font-size:12.5pt}
+p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:12.5pt}
a{text-decoration:none}
a:hover{text-decoration:underline}
a.h{color:black}