Skip to content

Commit

Permalink
style, font
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Aug 3, 2014
1 parent 5098b7e commit ef0b96f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions css/style2.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Stylez
Franklin Gothic Book*/

/*body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; background: #FFDED1; line-height: 2em; padding: 12px; box-sizing: border-box; color: #333; overflow: auto;}*/

body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; line-height: 2em; padding: 12px; box-sizing: border-box; color: #333; overflow: auto;
background: #ffded1; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffded1 0%, #ffded1 50%, #ffc5af 50%, #ffc5af 100%); /* FF3.6+ */
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<!-- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Hello World</title>
Expand Down

0 comments on commit ef0b96f

Please sign in to comment.