summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-19 16:57:24 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-19 16:57:31 +0200
commitf0ebf3db1d67690febf8da2fcc408354a3017aec (patch)
treea9f6a0e6c299cce2e2669f831b2f8897b43e21b1
parent3521d096febfd9b66c385cbac9491c850b1bfcc4 (diff)
downloadwilderness-war-f0ebf3db1d67690febf8da2fcc408354a3017aec.tar.gz
Don't use Nimbus web font for rulebook.
-rw-r--r--info/charts.html3
-rw-r--r--info/playbook.html3
-rw-r--r--info/rulebook.html3
3 files changed, 3 insertions, 6 deletions
diff --git a/info/charts.html b/info/charts.html
index 3f20e49..6929b80 100644
--- a/info/charts.html
+++ b/info/charts.html
@@ -2,11 +2,10 @@
<html>
<head>
<title>Wilderness War - Player Aid Card</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;font-family:Times New Roman}
+p{position:absolute;white-space:pre;margin:0;font-family:Times New Roman,Times,serif}
.sc{font-variant:small-caps}
</style>
</head>
diff --git a/info/playbook.html b/info/playbook.html
index 0c1698f..a02c935 100644
--- a/info/playbook.html
+++ b/info/playbook.html
@@ -2,11 +2,10 @@
<html>
<head>
<title>Wilderness War - Playbook</title>
-<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}
-p{position:absolute;white-space:pre;margin:0;font-family:Times New Roman}
+p{position:absolute;white-space:pre;margin:0;font-family:Times New Roman,Times,serif}
</style>
</head>
<body>
diff --git a/info/rulebook.html b/info/rulebook.html
index 0757390..fd4e476 100644
--- a/info/rulebook.html
+++ b/info/rulebook.html
@@ -2,11 +2,10 @@
<html>
<head>
<title>Wilderness War - Rulebook</title>
-<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}
-p{position:absolute;white-space:pre;margin:0;font-family:Times New Roman}
+p{position:absolute;white-space:pre;margin:0;font-family:Times New Roman,Times,serif}
</style>
</head>
<body>