Commit dc8f8664769a3cbb13dffcf2728fbd4ea30850f6

Add font link
  
151151.wrapper.active .sidebar-wrapper {
152152 left: 250px;
153153 border-right:4px solid #727272;
154
155154}
156155
157156.heading {
213213 height: auto;
214214 -ms-overflow-y: auto;
215215 overflow-y: auto;
216
217
218216 z-index: 10000;
219217 -webkit-transition: all .4s ease 0s;
220218 -moz-transition: all .4s ease 0s;
  
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'>
1920 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>
2021
2122 <!--TODO: make this optional, only when there is a map plugin in the site. There