Commit 1acc090c1383c53a9d579ee135b1fb0951fdd842

Fix font style and link
  
4747 /*background: url("/static/img/bg.jpg") no-repeat;
4848 background-size: 100%;
4949 */
50 font-family:'Josefin+Sans:700';
50 font-family:'Josefin Sans';
5151 height: 100%;
5252 color: #262525;
5353 background-color: #f0f0f0;
  
1616 <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}">
1717 <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen">
1818 <link rel="stylesheet" href="{{url_for('static', filename='css/mouchak.css')}}">
19 <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
19 <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:700' rel='stylesheet' type='text/css'>
2020 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>
2121
2222 <!--TODO: make this optional, only when there is a map plugin in the site. There