From: W. Trevor King Date: Sun, 4 Mar 2012 16:27:05 +0000 (-0500) Subject: Fix font type (opentype -> woff) in local.css. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec33084b64a24684309f3a0635159dfa164ca1a8;p=mw2txt.git Fix font type (opentype -> woff) in local.css. --- 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 */ }