diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-19 16:19:43 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-21 14:14:00 +0100 |
commit | 1441b54b78438348df7e34a727bd3fead6690326 (patch) | |
tree | 6553637456c2c1bb753dc47dac2295c190988f4f /info/playbook.html | |
parent | d730047c4efbbe02139c4970c740190de20b0179 (diff) | |
download | plantagenet-1441b54b78438348df7e34a727bd3fead6690326.tar.gz |
Use HTML text for Arts of War cards (to improve legibility).
Diffstat (limited to 'info/playbook.html')
-rw-r--r-- | info/playbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/info/playbook.html b/info/playbook.html index e3f78fc..c94a018 100644 --- a/info/playbook.html +++ b/info/playbook.html @@ -4,12 +4,12 @@ <title>Plantagenet - Background</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -@font-face{font-family:MorrisRoman;font-weight:bold;src:url("../fonts/MorrisRoman-Black.woff2")format(woff2)} +@font-face { font-family: "Oldania"; src: url(../fonts/oldania/OldaniaADFStd-Bold.woff2); } 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:Tinos,Times New Roman,Times,serif;font-size:12.5pt;line-height:1.0em} -.h1,.h2,.h3,.hr{font-family:MorrisRoman;font-weight:bold;line-height:1.0em;} +.h1,.h2,.h3,.hr{line-height:1.0em;font-family:"Oldania";} .h3{font-size:13.8pt} .hr{line-height:1.4em;} </style> |