muan/scribble

Open Sans Bold is not included

Opened this issue · 1 comments

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css' />

should be

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />

Created a pull request.