Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Mazzola committed Jan 22, 2012
1 parent 06fb78c commit 95eb819
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

There are currently 404 typefaces in the Google web fonts directory. Many of them are awful. But there are also high-quality typefaces that deserve a closer look. Here are examples of these typefaces in action.

## View the samples: http://hellohappy.org/beautiful-web-type

Start the Jekyll server with:
Start the Jekyll server and watch the Sass files with:

jekyll --server
rake server

Watch the Sass directory with:
## Featured typefaces

sass --watch stylesheets/scss:stylesheets
[Open Sans](http://www.google.com/webfonts/specimen/Open+Sans)
[Gentium Book Basic](http://www.google.com/webfonts/specimen/Gentium+Book+Basic)
[Vollkorn](http://www.google.com/webfonts/specimen/Vollkorn)
[Lato](http://www.google.com/webfonts/specimen/Lato)
[Gravitas One](http://www.google.com/webfonts/specimen/Gravitas+One)
[Abril Fatface](http://www.google.com/webfonts/specimen/Abril+Fatface)
[Open Sans](http://www.google.com/webfonts/specimen/Open+Sans")

## View the samples: http://hellohappy.org/beautiful-web-type
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<link href='http://fonts.googleapis.com/css?family=Vollkorn:400italic,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Gravitas+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:100,700,900' rel='stylesheet' type='text/css'>

</head>

<body class="{{ page.keyword }}">
Expand Down

0 comments on commit 95eb819

Please sign in to comment.