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>2014-01-23 02:45:17 +0400
committerisaacs <i@izs.me>2014-01-23 02:45:17 +0400
commit6940c9a100160056dc6be8f54a7ad7fa8ceda7e2 (patch)
tree80f13f3029bddf09cbb7ac486624519d839f7681 /html
parentfbb68ca81049c54d88381a92089372dfb819ad27 (diff)
Remove gubblebum blocky font
It makes the headings in the html docs kind of hard to read, and also distributing the font file in this way has some awkward IP issues. (Using the font for the npm logo graphical asset is fine, only distributing the font file itself is problematic.)
Diffstat (limited to 'html')
-rw-r--r--html/static/style.css23
-rw-r--r--html/static/webfonts/23242D_3_0.eotbin9662 -> 0 bytes
-rw-r--r--html/static/webfonts/23242D_3_0.ttfbin9356 -> 0 bytes
-rw-r--r--html/static/webfonts/23242D_3_0.woffbin4373 -> 0 bytes
4 files changed, 1 insertions, 22 deletions
diff --git a/html/static/style.css b/html/static/style.css
index 115492e76..cfb46fb8e 100644
--- a/html/static/style.css
+++ b/html/static/style.css
@@ -1,24 +1,3 @@
-/*
-
-Webfont: Gubblebum Blocky by Jelloween
-License: http://www.myfonts.com/viewlicense?type=web&buildid=2303021
-Webfonts copyright: Copyright (c) 2007 by Tjarda Koster. All rights reserved.
-
-"Gubblebum Blocky" font
-Copyright (c) 2007 by Tjarda Koster, http://jelloween.deviantart.com
-included for use in the npm website and documentation,
-used with permission.
-
-*/
-
-@font-face {
- font-family: gubblefont;
- src: url('webfonts/23242D_3_0.eot');
- src: url('webfonts/23242D_3_0.eot?#iefix') format('embedded-opentype'),
- url('webfonts/23242D_3_0.woff') format('woff'),
- url('webfonts/23242D_3_0.ttf') format('truetype');
-}
-
/* reset */
* {
margin:0;
@@ -169,7 +148,7 @@ h1 {
background:#fff;
}
h1 a, h1 a:visited {
- font-family:gubblefont, Gubblebum-Blocky, GubbleBum Blocky, GubbleBum, monospace;
+ font-family:monospace;
font-size:60px;
color:#900;
display:block;
diff --git a/html/static/webfonts/23242D_3_0.eot b/html/static/webfonts/23242D_3_0.eot
deleted file mode 100644
index a2ce30852..000000000
--- a/html/static/webfonts/23242D_3_0.eot
+++ /dev/null
Binary files differ
diff --git a/html/static/webfonts/23242D_3_0.ttf b/html/static/webfonts/23242D_3_0.ttf
deleted file mode 100644
index 788b1fcf9..000000000
--- a/html/static/webfonts/23242D_3_0.ttf
+++ /dev/null
Binary files differ
diff --git a/html/static/webfonts/23242D_3_0.woff b/html/static/webfonts/23242D_3_0.woff
deleted file mode 100644
index 46540e82a..000000000
--- a/html/static/webfonts/23242D_3_0.woff
+++ /dev/null
Binary files differ