diff --git a/dnd-book.css b/dnd-book.css index cf27ef4..7725d6a 100644 --- a/dnd-book.css +++ b/dnd-book.css @@ -23,7 +23,7 @@ box-sizing: border-box; page-break-before: always; /* Seite beginnt immer nach einer neuen phb */ - font-size: 16px; /* Basis-Schriftgröße */ + font-size: 1em; /* Basis-Schriftgröße */ } .phb::after { @@ -41,7 +41,7 @@ padding-top: 28px; /* Adjust the vertical position of the text */ text-align: center; - font-size: 11px; + font-size: 0.8em; padding-left: 65px; padding-right: 85px; line-height: 1.1; @@ -80,7 +80,7 @@ /* Stil für Blockquotes */ .phb blockquote { margin: 0 0 21px; - font-size: 17.5px; + font-size: 1em; border-left: 5px solid #f4f5f5; font-family: ScalySans; box-sizing: border-box; @@ -96,7 +96,7 @@ /* Stil für Tabellen */ .phb table { - font-size: 9pt; + font-size: 0.8em; width: 100%; margin-top: 10px; margin-bottom: 10px; @@ -116,20 +116,20 @@ .phb h4 { margin-top: .2em; margin-bottom: .2em; - font-family: 'MrJeeves', sans-serif; + font-family: 'Times New Roman'; font-weight: 800; color: #58180D; } .phb h1 { column-span: all; - font-size: 2.3em; + font-size: 1.6; -webkit-column-span: all; -moz-column-span: all; } .phb h2 { - font-size: 1.6em; + font-size: 1.4em; } .phb h3 { @@ -144,7 +144,7 @@ .phb h5 { margin-bottom: .2em; - font-family: 'ScalySansSmallCaps', sans-serif; + font-family: 'Times New Roman'; font-size: .8em; font-weight: 900; } diff --git a/monsterblock.css b/monsterblock.css index 9f9f809..598a1a9 100644 --- a/monsterblock.css +++ b/monsterblock.css @@ -7,8 +7,7 @@ body { body *{ box-sizing: border-box; max-width: 100%; - font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, - Arial, sans-serif; + font-family: 'Noto Sans', sans-serif; } .stat-block { text-align: left; @@ -77,7 +76,7 @@ body { stroke: #922610; } .creature-heading h1{ - font-family: 'Libre Baskerville', 'Lora', 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif; + font-family: 'Libre Baskerville', 'Lora', 'Calisto MT', 'Bookman Old Style', 'Bitstream Charter', Georgia, serif; color: #922610; font-size: 23px; line-height: 1.2em;