From edae7fa33e230c9a8b0e374f2f921b6292952221 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 21:54:42 -0700 Subject: Fix basic typography in PAUL --- css/paul.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'css/paul.css') diff --git a/css/paul.css b/css/paul.css index e69de29..495ecf6 100644 --- a/css/paul.css +++ b/css/paul.css @@ -0,0 +1,29 @@ +/* BUILDINGS OUT OF AIR: PAUL IN THE WOODS + * project stylesheet + */ + +@import url("fonts/courier-prime.css"); +@import url("fonts/playfair.css"); + +/* Blockquote = typewriter */ +blockquote { + font-family: "Courier Prime", Courier, monospace; + font-size: 10pt; + border: 1px solid black; + max-width: 30em; + margin: auto; + padding: 0 1em; + text-align: left; +} +blockquote ul { + list-style-type: none; +} +blockquote ul li:before { + content: '- '; +} + +/* Emphasis = handwritten */ +em { + font-family: Playfair, sans-serif; + font-style: italic; +} -- cgit 1.4.1-21-gabe81