Browse Source

Use Lato as default font

sh4nks 8 years ago
parent
commit
25cb2ed281
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flaskbb/templates/layout.html

+ 2 - 0
flaskbb/templates/layout.html

@@ -24,6 +24,8 @@
         <link rel="stylesheet" href="{{ url_for('static', filename='css/pygments.css') }}">
         <!-- bootstrap & aurora theme -->
         <link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
+        <!-- lato font -->
+        <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
         {% endblock %}
 
         {# for extra stylesheets. e.q. a template has to add something #}