muan / scribble

:tomato: A Jekyll theme.

Home Page:http://scribble.muan.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Sans Bold is not included

opened this issue · 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.