diff options
author | Case Duckworth | 2015-03-13 00:28:55 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-13 00:28:55 -0700 |
commit | 4aa88b6adcea4f81d6e57b268f8351637ae07d04 (patch) | |
tree | 1806b8a75c52ce4df372bfa4319cca6aec9e5460 /css/paul.css | |
parent | Fix bug in Last Passenger link (diff) | |
download | autocento-4aa88b6adcea4f81d6e57b268f8351637ae07d04.tar.gz autocento-4aa88b6adcea4f81d6e57b268f8351637ae07d04.zip |
Change <header> CSS and fonts
- Change <header> - to have a bottom border - Dedication is now left-aligned - Margin stuff - Change fonts - Title, subtitle = Playfair Display - Rest = Linux Libertine
Diffstat (limited to 'css/paul.css')
-rw-r--r-- | css/paul.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/paul.css b/css/paul.css index badac15..c4d9e15 100644 --- a/css/paul.css +++ b/css/paul.css | |||
@@ -29,6 +29,6 @@ blockquote ul li::before { | |||
29 | 29 | ||
30 | /* Emphasis = handwritten */ | 30 | /* Emphasis = handwritten */ |
31 | em { | 31 | em { |
32 | font-family: "Playfair Display", Georgia, sans-serif; | 32 | /* font-family: "Playfair Display", Georgia, sans-serif; */ |
33 | font-style: italic; | 33 | font-style: italic; |
34 | } | 34 | } |