Skip to content

Commit 4f771e0

Browse files
committed
1.8-WIP ... still needs to be further reduced and cleaned
1 parent 3d77868 commit 4f771e0

17 files changed

+1261
-887
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"main": "underscore.js",
55
"keywords": ["util", "functional", "server", "client", "browser"],
66
"ignore" : ["docs", "test", "*.yml", "CNAME", "index.html", "favicon.ico", "CONTRIBUTING.md"]

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"repo" : "jashkenas/underscore",
66
"main" : "underscore.js",
77
"scripts" : ["underscore.js"],
8-
"version" : "1.7.0",
8+
"version" : "1.8.0",
99
"license" : "MIT"
1010
}

docs/docco.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
}
2222

2323
@font-face {
24-
font-family: 'novecento-bold';
25-
src: url('public/fonts/novecento-bold.eot');
26-
src: url('public/fonts/novecento-bold.eot?#iefix') format('embedded-opentype'),
27-
url('public/fonts/novecento-bold.woff') format('woff'),
28-
url('public/fonts/novecento-bold.ttf') format('truetype');
24+
font-family: 'roboto-black';
25+
src: url('public/fonts/roboto-black.eot');
26+
src: url('public/fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
27+
url('public/fonts/roboto-black.woff') format('woff'),
28+
url('public/fonts/roboto-black.ttf') format('truetype');
2929
font-weight: normal;
3030
font-style: normal;
3131
}
@@ -67,14 +67,17 @@ h1, h2, h3, h4, h5, h6 {
6767
color: #112233;
6868
line-height: 1em;
6969
font-weight: normal;
70-
font-family: "novecento-bold";
70+
font-family: "roboto-black";
7171
text-transform: uppercase;
7272
margin: 30px 0 15px 0;
7373
}
7474

7575
h1 {
7676
margin-top: 40px;
7777
}
78+
h2 {
79+
font-size: 1.26em;
80+
}
7881

7982
hr {
8083
border: 0;

docs/public/fonts/novecento-bold.eot

-17.8 KB
Binary file not shown.

docs/public/fonts/novecento-bold.ttf

-47 KB
Binary file not shown.

docs/public/fonts/novecento-bold.woff

-20.1 KB
Binary file not shown.

docs/public/fonts/roboto-black.eot

20.2 KB
Binary file not shown.

docs/public/fonts/roboto-black.ttf

43.8 KB
Binary file not shown.

docs/public/fonts/roboto-black.woff

24 KB
Binary file not shown.

docs/underscore.html

Lines changed: 1159 additions & 723 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)