Skip to content

Commit

Permalink
Update fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Mar 4, 2011
1 parent bd49359 commit 7587668
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions stylesheets/urug.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* @override http://utruby.org/stylesheets/urug.css */

@font-face {
font-family: 'LeagueGothicRegular';
src: url('fonts/League_Gothic-webfont.eot');
Expand All @@ -13,30 +15,30 @@ body {
width: 600px;
margin-right: auto;
margin-left: auto;
font: 16px/24px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 16px/24px Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
background-color: #fff;
}

h1 {
margin: 0.25em 0;
font: 42px/48px 'LeagueGothicRegular', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 42px/48px 'LeagueGothicRegular';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
}

h2 {
margin: 0.25em 0;
font: 36px/42px 'LeagueGothicRegular', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 36px/42px 'LeagueGothicRegular';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
}

h3 {
margin: 0.25em 0;
font: 24px/28px 'LeagueGothicRegular', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 24px/28px 'LeagueGothicRegular';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
Expand Down Expand Up @@ -64,15 +66,15 @@ body > header {
}

body > header h1 {
font: 60px/68px 'LeagueGothicRegular', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 60px/68px 'LeagueGothicRegular';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
margin: 0;
}

body > header h2 {
font: 42px/48px 'LeagueGothicRegular', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
font: 42px/48px 'LeagueGothicRegular';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
Expand Down

0 comments on commit 7587668

Please sign in to comment.