diff options
-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} |