|
@@ -24,6 +24,8 @@
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/pygments.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/pygments.css') }}">
|
|
<!-- bootstrap & aurora theme -->
|
|
<!-- bootstrap & aurora theme -->
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
|
<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 %}
|
|
{% endblock %}
|
|
|
|
|
|
{# for extra stylesheets. e.q. a template has to add something #}
|
|
{# for extra stylesheets. e.q. a template has to add something #}
|