Add Pecita-reduced.woff and use it for headers in local.css.
authorW. Trevor King <wking@drexel.edu>
Thu, 9 Feb 2012 06:29:53 +0000 (01:29 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 9 Feb 2012 06:29:53 +0000 (01:29 -0500)
font/Pecita-reduced.woff [new file with mode: 0644]
local.css

diff --git a/font/Pecita-reduced.woff b/font/Pecita-reduced.woff
new file mode 100644 (file)
index 0000000..3876c0f
Binary files /dev/null and b/font/Pecita-reduced.woff differ
index 77a51404fe8ad317a9e88a79019d0479aa111900..5cda467490ba9b96b2ed2fa626ae48f2d11d1d97 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,10 +1,17 @@
 /* Derived from Embedded Moose by Josh Triplett <josh@freedesktop.org>
- * Edited by W. Trevor King <wking@drexel.edu> to support:
+ * Edited by W. Trevor King <wking@tremily.us> to support:
  *   - Sidebars
  *   - <code>
  *   - 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 {