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
path: root/html
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
parent89d20d4be267629222e1860bd276a320cd94aa44 (diff)
Use gubblebum blocky font
Diffstat (limited to 'html')
-rw-r--r--html/doc/adduser.html9
-rw-r--r--html/doc/author.html9
-rw-r--r--html/doc/bin.html9
-rw-r--r--html/doc/build.html9
-rw-r--r--html/doc/bundle.html9
-rw-r--r--html/doc/cache.html9
-rw-r--r--html/doc/changelog.html9
-rw-r--r--html/doc/coding-style.html9
-rw-r--r--html/doc/completion.html9
-rw-r--r--html/doc/config.html9
-rw-r--r--html/doc/deprecate.html9
-rw-r--r--html/doc/developers.html9
-rw-r--r--html/doc/docs.html9
-rw-r--r--html/doc/edit.html9
-rw-r--r--html/doc/explore.html9
-rw-r--r--html/doc/faq.html9
-rw-r--r--html/doc/find.html9
-rw-r--r--html/doc/folders.html9
-rw-r--r--html/doc/get.html9
-rw-r--r--html/doc/global.html9
-rw-r--r--html/doc/help-search.html9
-rw-r--r--html/doc/home.html9
-rw-r--r--html/doc/init.html9
-rw-r--r--html/doc/install.html9
-rw-r--r--html/doc/json.html9
-rw-r--r--html/doc/link.html9
-rw-r--r--html/doc/list.html9
-rw-r--r--html/doc/ln.html9
-rw-r--r--html/doc/ls.html9
-rw-r--r--html/doc/npm.html9
-rw-r--r--html/doc/outdated.html9
-rw-r--r--html/doc/owner.html9
-rw-r--r--html/doc/pack.html9
-rw-r--r--html/doc/prefix.html9
-rw-r--r--html/doc/prune.html9
-rw-r--r--html/doc/publish.html9
-rw-r--r--html/doc/rebuild.html9
-rw-r--r--html/doc/registry.html9
-rw-r--r--html/doc/removing-npm.html9
-rw-r--r--html/doc/restart.html9
-rw-r--r--html/doc/rm.html9
-rw-r--r--html/doc/root.html9
-rw-r--r--html/doc/run-script.html9
-rw-r--r--html/doc/scripts.html9
-rw-r--r--html/doc/search.html9
-rw-r--r--html/doc/semver.html9
-rw-r--r--html/doc/set.html9
-rw-r--r--html/doc/start.html9
-rw-r--r--html/doc/stop.html9
-rw-r--r--html/doc/submodule.html9
-rw-r--r--html/doc/tag.html9
-rw-r--r--html/doc/test.html9
-rw-r--r--html/doc/uninstall.html9
-rw-r--r--html/doc/unpublish.html9
-rw-r--r--html/doc/update.html9
-rw-r--r--html/doc/version.html9
-rw-r--r--html/doc/view.html9
-rw-r--r--html/doc/whoami.html9
-rw-r--r--html/dochead.html7
59 files changed, 412 insertions, 117 deletions
diff --git a/html/doc/adduser.html b/html/doc/adduser.html
index 3abb45e86..29ab8e727 100644
--- a/html/doc/adduser.html
+++ b/html/doc/adduser.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;
@@ -390,4 +395,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help adduser - 2011-24-04 07:09:48 -->
+<!-- npm help adduser - 2011-32-04 07:09:21 -->
diff --git a/html/doc/author.html b/html/doc/author.html
index 2998e2236..3fe4f5bfa 100644
--- a/html/doc/author.html
+++ b/html/doc/author.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;
@@ -387,4 +392,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help author - 2011-24-04 07:09:48 -->
+<!-- npm help author - 2011-32-04 07:09:21 -->
diff --git a/html/doc/bin.html b/html/doc/bin.html
index a7de513b1..e06aca130 100644
--- a/html/doc/bin.html
+++ b/html/doc/bin.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bin - 2011-24-04 07:09:48 -->
+<!-- npm help bin - 2011-32-04 07:09:21 -->
diff --git a/html/doc/build.html b/html/doc/build.html
index 2da7a342a..9b2b229b6 100644
--- a/html/doc/build.html
+++ b/html/doc/build.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;
@@ -380,4 +385,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help build - 2011-24-04 07:09:48 -->
+<!-- npm help build - 2011-32-04 07:09:22 -->
diff --git a/html/doc/bundle.html b/html/doc/bundle.html
index ca7ddd06a..9a5097573 100644
--- a/html/doc/bundle.html
+++ b/html/doc/bundle.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bundle - 2011-24-04 07:09:48 -->
+<!-- npm help bundle - 2011-32-04 07:09:22 -->
diff --git a/html/doc/cache.html b/html/doc/cache.html
index 4fc9f0482..51dec5dd6 100644
--- a/html/doc/cache.html
+++ b/html/doc/cache.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;
@@ -415,4 +420,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help cache - 2011-24-04 07:09:49 -->
+<!-- npm help cache - 2011-32-04 07:09:22 -->
diff --git a/html/doc/changelog.html b/html/doc/changelog.html
index 190ae4df6..daa30b743 100644
--- a/html/doc/changelog.html
+++ b/html/doc/changelog.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;
@@ -385,4 +390,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help changelog - 2011-24-04 07:09:49 -->
+<!-- npm help changelog - 2011-32-04 07:09:22 -->
diff --git a/html/doc/coding-style.html b/html/doc/coding-style.html
index 4fdfd2803..06cbe04f3 100644
--- a/html/doc/coding-style.html
+++ b/html/doc/coding-style.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;
@@ -542,4 +547,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help coding-style - 2011-24-04 07:09:49 -->
+<!-- npm help coding-style - 2011-32-04 07:09:22 -->
diff --git a/html/doc/completion.html b/html/doc/completion.html
index ccd0a1e87..29026ac7a 100644
--- a/html/doc/completion.html
+++ b/html/doc/completion.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;
@@ -382,4 +387,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help completion - 2011-24-04 07:09:49 -->
+<!-- npm help completion - 2011-32-04 07:09:22 -->
diff --git a/html/doc/config.html b/html/doc/config.html
index e16125359..81b779ae3 100644
--- a/html/doc/config.html
+++ b/html/doc/config.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;
@@ -881,4 +886,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help config - 2011-24-04 07:09:49 -->
+<!-- npm help config - 2011-32-04 07:09:23 -->
diff --git a/html/doc/deprecate.html b/html/doc/deprecate.html
index 044d7afd6..d39c87d75 100644
--- a/html/doc/deprecate.html
+++ b/html/doc/deprecate.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;
@@ -380,4 +385,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help deprecate - 2011-24-04 07:09:49 -->
+<!-- npm help deprecate - 2011-32-04 07:09:23 -->
diff --git a/html/doc/developers.html b/html/doc/developers.html
index 74c636be3..43579bc1a 100644
--- a/html/doc/developers.html
+++ b/html/doc/developers.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;
@@ -507,4 +512,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help developers - 2011-24-04 07:09:49 -->
+<!-- npm help developers - 2011-32-04 07:09:23 -->
diff --git a/html/doc/docs.html b/html/doc/docs.html
index 39fe24307..361ebe465 100644
--- a/html/doc/docs.html
+++ b/html/doc/docs.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;
@@ -374,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help docs - 2011-24-04 07:09:50 -->
+<!-- npm help docs - 2011-32-04 07:09:23 -->
diff --git a/html/doc/edit.html b/html/doc/edit.html
index 27307e37a..bb93d0673 100644
--- a/html/doc/edit.html
+++ b/html/doc/edit.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;
@@ -379,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help edit - 2011-24-04 07:09:50 -->
+<!-- npm help edit - 2011-32-04 07:09:23 -->
diff --git a/html/doc/explore.html b/html/doc/explore.html
index 639c08a64..8d689cb1b 100644
--- a/html/doc/explore.html
+++ b/html/doc/explore.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;
@@ -377,4 +382,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help explore - 2011-24-04 07:09:50 -->
+<!-- npm help explore - 2011-32-04 07:09:23 -->
diff --git a/html/doc/faq.html b/html/doc/faq.html
index 43428a406..09d0cff45 100644
--- a/html/doc/faq.html
+++ b/html/doc/faq.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;
@@ -551,4 +556,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help faq - 2011-24-04 07:09:50 -->
+<!-- npm help faq - 2011-32-04 07:09:23 -->
diff --git a/html/doc/find.html b/html/doc/find.html
index f5df8e93d..56a375649 100644
--- a/html/doc/find.html
+++ b/html/doc/find.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;
@@ -403,4 +408,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help find - 2011-24-04 07:09:50 -->
+<!-- npm help find - 2011-32-04 07:09:24 -->
diff --git a/html/doc/folders.html b/html/doc/folders.html
index a2f01450b..87a6fb1a6 100644
--- a/html/doc/folders.html
+++ b/html/doc/folders.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;
@@ -542,4 +547,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help folders - 2011-24-04 07:09:50 -->
+<!-- npm help folders - 2011-32-04 07:09:24 -->
diff --git a/html/doc/get.html b/html/doc/get.html
index e5aac3e53..7198bee08 100644
--- a/html/doc/get.html
+++ b/html/doc/get.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;
@@ -881,4 +886,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help get - 2011-24-04 07:09:50 -->
+<!-- npm help get - 2011-32-04 07:09:24 -->
diff --git a/html/doc/global.html b/html/doc/global.html
index 5692b7eb0..3dff15e55 100644
--- a/html/doc/global.html
+++ b/html/doc/global.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;
@@ -542,4 +547,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help global - 2011-24-04 07:09:50 -->
+<!-- npm help global - 2011-32-04 07:09:24 -->
diff --git a/html/doc/help-search.html b/html/doc/help-search.html
index cae218234..4230d165e 100644
--- a/html/doc/help-search.html
+++ b/html/doc/help-search.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;
@@ -389,4 +394,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help help-search - 2011-24-04 07:09:51 -->
+<!-- npm help help-search - 2011-32-04 07:09:24 -->
diff --git a/html/doc/home.html b/html/doc/home.html
index ba556d5e4..ba4eb3dea 100644
--- a/html/doc/home.html
+++ b/html/doc/home.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;
@@ -374,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help home - 2011-24-04 07:09:51 -->
+<!-- npm help home - 2011-32-04 07:09:24 -->
diff --git a/html/doc/init.html b/html/doc/init.html
index 43e7ef7c7..b4068232b 100644
--- a/html/doc/init.html
+++ b/html/doc/init.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;
@@ -384,4 +389,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help init - 2011-24-04 07:09:51 -->
+<!-- npm help init - 2011-32-04 07:09:24 -->
diff --git a/html/doc/install.html b/html/doc/install.html
index bb9c6256a..d4b586166 100644
--- a/html/doc/install.html
+++ b/html/doc/install.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;
@@ -434,4 +439,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help install - 2011-24-04 07:09:51 -->
+<!-- npm help install - 2011-32-04 07:09:25 -->
diff --git a/html/doc/json.html b/html/doc/json.html
index eeea210c9..0a4f396c4 100644
--- a/html/doc/json.html
+++ b/html/doc/json.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;
@@ -776,4 +781,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help json - 2011-24-04 07:09:51 -->
+<!-- npm help json - 2011-32-04 07:09:25 -->
diff --git a/html/doc/link.html b/html/doc/link.html
index 43932dbae..2182e8e19 100644
--- a/html/doc/link.html
+++ b/html/doc/link.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;
@@ -409,4 +414,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help link - 2011-24-04 07:09:51 -->
+<!-- npm help link - 2011-32-04 07:09:25 -->
diff --git a/html/doc/list.html b/html/doc/list.html
index cd89739f8..5553babcc 100644
--- a/html/doc/list.html
+++ b/html/doc/list.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;
@@ -403,4 +408,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help list - 2011-24-04 07:09:51 -->
+<!-- npm help list - 2011-32-04 07:09:25 -->
diff --git a/html/doc/ln.html b/html/doc/ln.html
index 266dfb13e..79767e8a5 100644
--- a/html/doc/ln.html
+++ b/html/doc/ln.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;
@@ -409,4 +414,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ln - 2011-24-04 07:09:52 -->
+<!-- npm help ln - 2011-32-04 07:09:25 -->
diff --git a/html/doc/ls.html b/html/doc/ls.html
index 9aa4f3670..a4003ca7a 100644
--- a/html/doc/ls.html
+++ b/html/doc/ls.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;
@@ -403,4 +408,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ls - 2011-24-04 07:09:52 -->
+<!-- npm help ls - 2011-32-04 07:09:25 -->
diff --git a/html/doc/npm.html b/html/doc/npm.html
index 4cf1e8f64..2f22faf2a 100644
--- a/html/doc/npm.html
+++ b/html/doc/npm.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;
@@ -479,4 +484,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help npm - 2011-24-04 07:09:52 -->
+<!-- npm help npm - 2011-32-04 07:09:25 -->
diff --git a/html/doc/outdated.html b/html/doc/outdated.html
index f8b55e967..20354ac8d 100644
--- a/html/doc/outdated.html
+++ b/html/doc/outdated.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;
@@ -372,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help outdated - 2011-24-04 07:09:52 -->
+<!-- npm help outdated - 2011-32-04 07:09:25 -->
diff --git a/html/doc/owner.html b/html/doc/owner.html
index 9bb913d90..da27f6fa3 100644
--- a/html/doc/owner.html
+++ b/html/doc/owner.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;
@@ -387,4 +392,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help owner - 2011-24-04 07:09:52 -->
+<!-- npm help owner - 2011-32-04 07:09:26 -->
diff --git a/html/doc/pack.html b/html/doc/pack.html
index 29bf8a73d..5574e32f4 100644
--- a/html/doc/pack.html
+++ b/html/doc/pack.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;
@@ -380,4 +385,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help pack - 2011-24-04 07:09:52 -->
+<!-- npm help pack - 2011-32-04 07:09:26 -->
diff --git a/html/doc/prefix.html b/html/doc/prefix.html
index 5c0cf08d1..e26b9f5f6 100644
--- a/html/doc/prefix.html
+++ b/html/doc/prefix.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prefix - 2011-24-04 07:09:52 -->
+<!-- npm help prefix - 2011-32-04 07:09:26 -->
diff --git a/html/doc/prune.html b/html/doc/prune.html
index bdbcda16f..83051a360 100644
--- a/html/doc/prune.html
+++ b/html/doc/prune.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;
@@ -376,4 +381,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prune - 2011-24-04 07:09:52 -->
+<!-- npm help prune - 2011-32-04 07:09:26 -->
diff --git a/html/doc/publish.html b/html/doc/publish.html
index 1b8cb9f55..1677aabae 100644
--- a/html/doc/publish.html
+++ b/html/doc/publish.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;
@@ -384,4 +389,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help publish - 2011-24-04 07:09:52 -->
+<!-- npm help publish - 2011-32-04 07:09:26 -->
diff --git a/html/doc/rebuild.html b/html/doc/rebuild.html
index 89c52819c..31849ba5a 100644
--- a/html/doc/rebuild.html
+++ b/html/doc/rebuild.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;
@@ -380,4 +385,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rebuild - 2011-24-04 07:09:53 -->
+<!-- npm help rebuild - 2011-32-04 07:09:26 -->
diff --git a/html/doc/registry.html b/html/doc/registry.html
index b6e831493..4dbeb6650 100644
--- a/html/doc/registry.html
+++ b/html/doc/registry.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;
@@ -448,4 +453,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help registry - 2011-24-04 07:09:53 -->
+<!-- npm help registry - 2011-32-04 07:09:26 -->
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 920f3f3a1..ce4fa2d49 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.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;
@@ -402,4 +407,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-24-04 07:09:53 -->
+<!-- npm help removing-npm - 2011-32-04 07:09:26 -->
diff --git a/html/doc/restart.html b/html/doc/restart.html
index ab0905924..c49779412 100644
--- a/html/doc/restart.html
+++ b/html/doc/restart.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;
@@ -379,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help restart - 2011-24-04 07:09:53 -->
+<!-- npm help restart - 2011-32-04 07:09:27 -->
diff --git a/html/doc/rm.html b/html/doc/rm.html
index 7f4fc341c..937e1525a 100644
--- a/html/doc/rm.html
+++ b/html/doc/rm.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;
@@ -372,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rm - 2011-24-04 07:09:53 -->
+<!-- npm help rm - 2011-32-04 07:09:27 -->
diff --git a/html/doc/root.html b/html/doc/root.html
index 29bd24073..22081244d 100644
--- a/html/doc/root.html
+++ b/html/doc/root.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help root - 2011-24-04 07:09:53 -->
+<!-- npm help root - 2011-32-04 07:09:27 -->
diff --git a/html/doc/run-script.html b/html/doc/run-script.html
index f089d8f9f..7ec38b58e 100644
--- a/html/doc/run-script.html
+++ b/html/doc/run-script.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;
@@ -378,4 +383,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help run-script - 2011-24-04 07:09:53 -->
+<!-- npm help run-script - 2011-32-04 07:09:27 -->
diff --git a/html/doc/scripts.html b/html/doc/scripts.html
index da5ad3779..758ce1599 100644
--- a/html/doc/scripts.html
+++ b/html/doc/scripts.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;
@@ -516,4 +521,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help scripts - 2011-24-04 07:09:53 -->
+<!-- npm help scripts - 2011-32-04 07:09:27 -->
diff --git a/html/doc/search.html b/html/doc/search.html
index 9c688aee1..6a988a915 100644
--- a/html/doc/search.html
+++ b/html/doc/search.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help search - 2011-24-04 07:09:54 -->
+<!-- npm help search - 2011-32-04 07:09:27 -->
diff --git a/html/doc/semver.html b/html/doc/semver.html
index 8e18a4a66..8a61bcd00 100644
--- a/html/doc/semver.html
+++ b/html/doc/semver.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;
@@ -451,4 +456,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help semver - 2011-24-04 07:09:54 -->
+<!-- npm help semver - 2011-32-04 07:09:27 -->
diff --git a/html/doc/set.html b/html/doc/set.html
index 88717550a..60e9c2333 100644
--- a/html/doc/set.html
+++ b/html/doc/set.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;
@@ -881,4 +886,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help set - 2011-24-04 07:09:54 -->
+<!-- npm help set - 2011-32-04 07:09:27 -->
diff --git a/html/doc/start.html b/html/doc/start.html
index 2c0323eb8..a63597b73 100644
--- a/html/doc/start.html
+++ b/html/doc/start.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help start - 2011-24-04 07:09:54 -->
+<!-- npm help start - 2011-32-04 07:09:28 -->
diff --git a/html/doc/stop.html b/html/doc/stop.html
index 1317c6c5e..3dd96c8bc 100644
--- a/html/doc/stop.html
+++ b/html/doc/stop.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help stop - 2011-24-04 07:09:54 -->
+<!-- npm help stop - 2011-32-04 07:09:28 -->
diff --git a/html/doc/submodule.html b/html/doc/submodule.html
index 46a8008ac..0de411e80 100644
--- a/html/doc/submodule.html
+++ b/html/doc/submodule.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;
@@ -388,4 +393,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help submodule - 2011-24-04 07:09:54 -->
+<!-- npm help submodule - 2011-32-04 07:09:28 -->
diff --git a/html/doc/tag.html b/html/doc/tag.html
index fd8ff7824..eb0e5b40b 100644
--- a/html/doc/tag.html
+++ b/html/doc/tag.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;
@@ -372,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help tag - 2011-24-04 07:09:54 -->
+<!-- npm help tag - 2011-32-04 07:09:28 -->
diff --git a/html/doc/test.html b/html/doc/test.html
index 7dad90e91..34063728a 100644
--- a/html/doc/test.html
+++ b/html/doc/test.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;
@@ -374,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help test - 2011-24-04 07:09:54 -->
+<!-- npm help test - 2011-32-04 07:09:28 -->
diff --git a/html/doc/uninstall.html b/html/doc/uninstall.html
index a215208f5..ed9ab5517 100644
--- a/html/doc/uninstall.html
+++ b/html/doc/uninstall.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;
@@ -372,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help uninstall - 2011-24-04 07:09:55 -->
+<!-- npm help uninstall - 2011-32-04 07:09:28 -->
diff --git a/html/doc/unpublish.html b/html/doc/unpublish.html
index 28f269394..171bb461f 100644
--- a/html/doc/unpublish.html
+++ b/html/doc/unpublish.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;
@@ -375,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help unpublish - 2011-24-04 07:09:55 -->
+<!-- npm help unpublish - 2011-32-04 07:09:28 -->
diff --git a/html/doc/update.html b/html/doc/update.html
index 7c6ef81ab..b374badc6 100644
--- a/html/doc/update.html
+++ b/html/doc/update.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;
@@ -374,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help update - 2011-24-04 07:09:55 -->
+<!-- npm help update - 2011-32-04 07:09:28 -->
diff --git a/html/doc/version.html b/html/doc/version.html
index a2e083ff0..0a4e7f3ae 100644
--- a/html/doc/version.html
+++ b/html/doc/version.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;
@@ -375,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help version - 2011-24-04 07:09:55 -->
+<!-- npm help version - 2011-32-04 07:09:28 -->
diff --git a/html/doc/view.html b/html/doc/view.html
index b4ed3e6eb..01e5edd4d 100644
--- a/html/doc/view.html
+++ b/html/doc/view.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;
@@ -439,4 +444,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help view - 2011-24-04 07:09:55 -->
+<!-- npm help view - 2011-32-04 07:09:29 -->
diff --git a/html/doc/whoami.html b/html/doc/whoami.html
index e2f08fa8c..7d4a04b36 100644
--- a/html/doc/whoami.html
+++ b/html/doc/whoami.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;
@@ -371,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help whoami - 2011-24-04 07:09:55 -->
+<!-- npm help whoami - 2011-32-04 07:09:29 -->
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;