about summary refs log tree commit diff stats
path: root/css/paul.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 11:51:04 -0700
committerCase Duckworth2015-03-03 11:51:04 -0700
commitea8f7c796cc669e99f171918bca50eaf71f4533b (patch)
tree5f53d35e82aa9ff19a3178af9313fab780ab3b21 /css/paul.css
parentAdd to TODO.txt (diff)
downloadautocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz
autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip
Add genre, project js to template; add Georgia to css
Diffstat (limited to 'css/paul.css')
-rw-r--r--css/paul.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/paul.css b/css/paul.css index f3a41fb..baaccde 100644 --- a/css/paul.css +++ b/css/paul.css
@@ -9,7 +9,7 @@
9 9
10/* Blockquote = typewriter */ 10/* Blockquote = typewriter */
11blockquote { 11blockquote {
12 font-family: "Courier Prime", Courier, monospace; 12 font-family: "Courier Prime", "Courier New", Courier, monospace;
13 font-size: 10pt; 13 font-size: 10pt;
14 border: 1px solid black; 14 border: 1px solid black;
15 max-width: 30em; 15 max-width: 30em;
@@ -26,6 +26,6 @@ blockquote ul li:before {
26 26
27/* Emphasis = handwritten */ 27/* Emphasis = handwritten */
28em { 28em {
29 font-family: "Playfair Display", sans-serif; 29 font-family: "Playfair Display", Georgia, sans-serif;
30 font-style: italic; 30 font-style: italic;
31} 31}