diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dnd/psionist2.org | 4 | ||||
-rw-r--r-- | src/main.scss | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/dnd/psionist2.org b/src/dnd/psionist2.org index f882690..accd563 100644 --- a/src/dnd/psionist2.org +++ b/src/dnd/psionist2.org @@ -20,8 +20,8 @@ * *Weapons*: Simple Weapons * *Tools*: None * *Saving Throws*: Intelligence, Wisdom - * *Skills*: Choose two skills from Arcana, History, Insight, - Investigation, Medicine, Perception, or Religion + * *Skills*: Choose two skills from History, Insight, Investigation, + Medicine, Perception, or Religion ** Equipment You start with the following equipment, in addition to the equipment diff --git a/src/main.scss b/src/main.scss index 9fc3ef2..8374eee 100644 --- a/src/main.scss +++ b/src/main.scss @@ -99,8 +99,9 @@ article { margin: 0 auto; .tag { - font-size: 60%; - font-family: sans-serif; + font-size: 60%; + // this should work! + font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif; color: white; text-decoration: none; text-align: center; |