From 2c218b63d6cf1cdaae0175a443f59a1b3d7fd7b9 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 4 Sep 2011 00:33:59 -0700 Subject: Use gubblebum blocky font --- html/dochead.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'html/dochead.html') diff --git a/html/dochead.html b/html/dochead.html index 2130c8441..a09d62f64 100644 --- a/html/dochead.html +++ b/html/dochead.html @@ -154,7 +154,7 @@ h1 { background:#fff; } h1 a, h1 a:visited { - font-family:GubbleBum, monospace; + font-family:GubbleBum, gubblefont, monospace; font-size:60px; color:#900; text-shadow:#00f 1px 1px 1px; @@ -317,6 +317,11 @@ input.submit, input#submit, input.button, button, input[type=submit] { display:block; } +@font-face { + font-family:gubblefont; + src: url(http://static.izs.me/fonts/GubbleBum-Blocky.ttf) format("truetype"); +} + @media print { a[href] { color:inherit; -- cgit v1.2.3