diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-12 12:38:14 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-06-12 12:43:58 +0200 |
commit | 1e6018b24492836e45876fb74955c85f0576a088 (patch) | |
tree | eb1c4f3fb4f629cd4b8a2d3237b51cb88ca360dd | |
parent | d798a226ed44d5128c8d93fdf7f76e73af6a951a (diff) | |
download | wilderness-war-1e6018b24492836e45876fb74955c85f0576a088.tar.gz |
Use Tinos font in rulebook.
-rw-r--r-- | info/charts.html | 3 | ||||
-rw-r--r-- | info/playbook.html | 3 | ||||
-rw-r--r-- | info/rulebook.html | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/info/charts.html b/info/charts.html index 6929b80..26fedc4 100644 --- a/info/charts.html +++ b/info/charts.html @@ -2,10 +2,11 @@ <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,Times,serif} +p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif} .sc{font-variant:small-caps} </style> </head> diff --git a/info/playbook.html b/info/playbook.html index a02c935..8083c61 100644 --- a/info/playbook.html +++ b/info/playbook.html @@ -2,10 +2,11 @@ <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,Times,serif} +p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif} </style> </head> <body> diff --git a/info/rulebook.html b/info/rulebook.html index fd4e476..c895978 100644 --- a/info/rulebook.html +++ b/info/rulebook.html @@ -2,10 +2,11 @@ <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,Times,serif} +p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif} </style> </head> <body> |