Web (Storycraft): font size tweaks

This commit is contained in:
Brian S. Stephan 2011-02-20 18:38:47 -06:00
parent 0866651af1
commit 9240631775
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ body {
color: #333333;
background: #efefef;
font-family: 'Bitstream Vera Sans', sans-serif;
font-size: 10pt;
font-size: 9pt;
height: 100%;
}
@ -133,6 +133,7 @@ body {
.gamestory {
font-family: 'Cardo', 'Times New Roman', serif;
font-size: 11pt;
line-height: 1.5em;
}