Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 11:33:59 +0400
committerisaacs <i@izs.me>2011-09-04 11:33:59 +0400
commit2c218b63d6cf1cdaae0175a443f59a1b3d7fd7b9 (patch)
treef1e11f5e56f2b0a72ef0d89f95fb1a0b68fab7c5 /html/dochead.html
parent89d20d4be267629222e1860bd276a320cd94aa44 (diff)
Use gubblebum blocky font
Diffstat (limited to 'html/dochead.html')
-rw-r--r--html/dochead.html7
1 files changed, 6 insertions, 1 deletions
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;