Commit 1acc090c1383c53a9d579ee135b1fb0951fdd842

Fix font style and link
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

47 /*background: url("/static/img/bg.jpg") no-repeat;47 /*background: url("/static/img/bg.jpg") no-repeat;
48 background-size: 100%;48 background-size: 100%;
49 */49 */
50 font-family:'Josefin+Sans:700';
50 font-family:'Josefin Sans';
51 height: 100%;51 height: 100%;
52 color: #262525;52 color: #262525;
53 background-color: #f0f0f0;53 background-color: #f0f0f0;

mouchak/templates/base.html

16 <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}">16 <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}">
17 <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen">17 <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen">
18 <link rel="stylesheet" href="{{url_for('static', filename='css/mouchak.css')}}">18 <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'>
20 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>20 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>
2121
22 <!--TODO: make this optional, only when there is a map plugin in the site. There22 <!--TODO: make this optional, only when there is a map plugin in the site. There