Skip to content

Commit

Permalink
Update fonts to Exo and Alegreya
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak committed May 27, 2015
1 parent 8305681 commit 0be53a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ body {
background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Alegreya Sans", "Helvetia Neue", "Liberation Sans", "Georgia", "Helvetica", sans;
h1, h2, h3, h4, h5, h6, #description {
font-family: "Exo", "Helvetica Neue", "Liberation Sans", "Georgia", "Helvetica", sans;
}

#header {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Friends of Applait</title>
<meta charset="utf-8">
<meta name="description" content="The people who have been a part of Applait">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Alegreya+Sans:300,700" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Exo:300,700|Alegreya+Sans:300" />

<link href="vendor/css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 0be53a0

Please sign in to comment.