From: W. Trevor King Date: Thu, 9 Feb 2012 06:29:53 +0000 (-0500) Subject: Add Pecita-reduced.woff and use it for headers in local.css. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97048e59ee45cd7650414ef6ceb7d2709f29a145;p=blog.git Add Pecita-reduced.woff and use it for headers in local.css. --- diff --git a/font/Pecita-reduced.woff b/font/Pecita-reduced.woff new file mode 100644 index 0000000..3876c0f Binary files /dev/null and b/font/Pecita-reduced.woff differ diff --git a/local.css b/local.css index 77a5140..5cda467 100644 --- a/local.css +++ b/local.css @@ -1,10 +1,17 @@ /* Derived from Embedded Moose by Josh Triplett - * Edited by W. Trevor King to support: + * Edited by W. Trevor King to support: * - Sidebars * - * - streamlined layout (fewer borders, etc.) + * - added fun fonts */ +@font-face { + font-family: Pecita; + src: url("/font/Pecita-reduced.woff") format("opentype"); + /* http://pecita.eu/police-en.php */ +} + body { background: #e7e7e7; } @@ -20,13 +27,12 @@ body { background: #4b6983; padding: 10px; color: #ffffff; - font-family: sans-serif; + font-family: Pecita, sans-serif; } .header a { margin-right: 1ex; color: #ffffff; - font-family: sans-serif; } .actions ul {