Skip to content

Commit 1354b05

Browse files
authored
Update index.haml
1 parent 33861ed commit 1354b05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/index.haml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
%link{rel: 'stylesheet', type: "text/css", href: "./styles/timesheet.css"}
2121
%link{rel: 'stylesheet', type: "text/css", href: "./styles/timesheet-white.css"}
2222
23-
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.googleapis.com/css?family=Oxygen+Mono:400,600,800"}
24-
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.googleapis.com/css?family=Open+Sans:400,600,800"}
25-
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.googleapis.com/css?family=Signika+Negative:300,400,600,700"}
23+
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.jimstatic.com/css?family=Oxygen+Mono:400,600,800"}
24+
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.jimstatic.com/css?family=Open+Sans:400,600,800"}
25+
%link{rel: 'stylesheet', type: "text/css", href: "https://fonts.jimstatic.com/css?family=Signika+Negative:300,400,600,700"}
2626
2727
%body.black
2828
#box
@@ -42,4 +42,3 @@
4242
%p.footer <a href='https://github.com/sbstjn/timesheet.js'>Timesheet.js</a> is licensed under <a href='https://github.com/sbstjn/timesheet.js/blob/master/LICENSE.md'>MIT License</a><br />Cheers to <a href='https://twitter.com/cheeaun'>Cheeaun</a> and <a href='https://twitter.com/igrigorik/'>Ilya</a><br /><br /><br /><span><a href='http://S11K.com'>❤</a></span><br /><br /><a href='#dark' id='switch-dark'>dark</a> | <a href='#light' id='switch-light'>light</a>
4343
4444
%span <a href='https://github.com/sbstjn/timesheet.js'><img style='position: absolute; top: 0; right: 0; border: 0;' src='https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67' alt='Fork Timesheet.js on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png'></a>
45-
%script{type: 'text/javascript'} var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '538272a38bfdf705f50037c3'); t.src = '//secure.gaug.es/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })();

0 commit comments

Comments
 (0)