Skip to content

Commit

Permalink
adding torrent name font
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Williams committed Jul 24, 2012
1 parent ffdf72a commit 4f99856
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 144 deletions.
Binary file added font/fredericka.woff
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/application.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/font-awesome.css" />

<link rel="stylesheet" type="text/css" href="stylesheets/fredericka.css" />

<link rel="icon"
type="image/png"
href="images/favicon.png">
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
line-height: 1.2em;
margin: .875em 0 0 0;

font-family: LeagueGothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: 'Fredericka the Great', cursive;
font-weight: normal;
}

Expand Down
143 changes: 1 addition & 142 deletions stylesheets/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions stylesheets/fredericka.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@font-face {
font-family: 'Fredericka the Great';
font-style: normal;
font-weight: 400;
src: local('Fredericka the Great'), local('FrederickatheGreat'), url(../font/fredericka.woff) format('woff');
}

0 comments on commit 4f99856

Please sign in to comment.