- Go over how to convert, download, & host your own fonts
- Using CSS to make type easier to read
- The concept of the font stack
- Serif, sans-serif, cursive, fantasy, monospace
- Letter-spacing
- Large fonts in featured places
# A list of all directories in which to look for commands, | |
# scripts and programs | |
# PATH="$HOME/.rbenv/bin:$PATH" # RBENV | |
PATH="/usr/local/share/npm/bin:$PATH" # NPM | |
PATH="/usr/local/bin:/usr/local/sbin:$PATH" # Homebrew | |
PATH="/usr/local/heroku/bin:$PATH" # Heroku Toolbelt | |
# Uncomment to use GNU versions of core utils by default. | |
# See scripts/mac/homebrew_install_core_utils.sh in the Installfest. |
const db = require('../db/config'); | |
const Flashcard = {}; | |
Flashcard.findAll = () => { | |
return db.manyOrNone('SELECT * FROM flashcards'); | |
}; | |
Flashcard.findById = id => { | |
return db.one( |
I am having trouble getting the image to appear when I click on the button.
Here is what I would like to happen:
Here is what is currently happening:
Setup: the party has to follow a path set for them by a fey prince exactly. If they fall away from the path, they will be set upon by unimaginable horrors immediately, or something. (My players are risk-adverse and like rules.)
I rolled 1d20s on my own and I had the players roll the 1d8.
1d8 | ENCOUNTERS |
---|---|
1 | A night hag telling fortunes (winter court) — a forest made of literal bones. I |