From ec33084b64a24684309f3a0635159dfa164ca1a8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 4 Mar 2012 11:27:05 -0500 Subject: [PATCH] Fix font type (opentype -> woff) in local.css. --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index c61564d..e931e20 100644 --- a/local.css +++ b/local.css @@ -8,7 +8,7 @@ @font-face { font-family: Pecita; - src: url("/font/Pecita-reduced.woff") format("opentype"); + src: url("/font/Pecita-reduced.woff") format("woff"); /* http://pecita.eu/police-en.php */ } -- 2.26.2