Skip to content

Commit

Permalink
add font
Browse files Browse the repository at this point in the history
  • Loading branch information
seraphimhj committed Nov 26, 2012
1 parent ffd42d1 commit 8158ada
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added font/unseen.eot
Binary file not shown.
Binary file added font/unseen.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions js/violet.js
Expand Up @@ -80,8 +80,8 @@ var violet = violet || {
for(i = 1; i < navs.length; i++){
url = navs[i].href;
cur = window.location.href;
console.log(cur);
console.log(url);
// console.log(cur);
// console.log(url);
if(cur.indexOf(url) !=-1) {
navs[i].className = "current";
navs[0].className = "";
Expand Down

0 comments on commit 8158ada

Please sign in to comment.