diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-12 12:37:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-06-12 12:44:21 +0200 |
commit | f7762d9d5a6ee07bdb4cc74a4e7a6fd25d0589d6 (patch) | |
tree | a287ea36472704ff13a7b6cdbc91dc6500f87dbd /info/rules.html | |
parent | b01a274414810a8e29e3d6f59fedd2e4ad137c8f (diff) | |
download | red-flag-over-paris-f7762d9d5a6ee07bdb4cc74a4e7a6fd25d0589d6.tar.gz |
Use Tinos font in rulebook.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/info/rules.html b/info/rules.html index 7bea023..abcbabc 100644 --- a/info/rules.html +++ b/info/rules.html @@ -2,8 +2,9 @@ <html> <head> <title>Red Flag Over Paris - Rules of Play</title> +<link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray;font-family:Times,Times New Roman,serif} +body{background-color:slategray;font-family:Tinos,Times New Roman,Times,serif} 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-size:11pt} |