Skip to content

Commit

Permalink
#17 - Change the page font to match the signature font.
Browse files Browse the repository at this point in the history
  • Loading branch information
admwx7 committed Jan 18, 2014
1 parent bea0c84 commit a9ea2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HTML/CSS/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ select {
/* line 1, ../../SASS/_page.scss */
body {
background-color: white;
font-family: Helvetica, sans-serif;
font-family: 'Open Sans', sans-serif;
padding: 0 0 40px 0;
margin: 0;
}
Expand All @@ -2046,7 +2046,7 @@ p {
/* line 16, ../../SASS/_page.scss */
a {
text-decoration: none;
font-weight: bold;
font-weight: 700;
}

/* line 21, ../../SASS/_page.scss */
Expand Down
4 changes: 2 additions & 2 deletions SASS/_page.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background-color: $backgroundColor;
font-family: Helvetica, sans-serif;
font-family: 'Open Sans', sans-serif;
padding: 0 0 40px 0;
margin: 0;
}
Expand All @@ -15,7 +15,7 @@ p {

a {
text-decoration:none;
font-weight: bold;
font-weight: 700;
}

.bio {
Expand Down

0 comments on commit a9ea2b4

Please sign in to comment.