]> git.parisson.com Git - diggersdigest.git/commitdiff
add google open font
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Sep 2015 10:21:00 +0000 (12:21 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Sep 2015 10:21:00 +0000 (12:21 +0200)
app/records/static/css/dig2.css
app/templates/base.html

index 4fcdd3fb5f3a709908cc08d4716f0c84151a2ed4..2f8d24e7f98d00f86ee9923d673528836ee3bf93 100644 (file)
@@ -11,7 +11,7 @@
 body {
     padding-top: 182px;
     background-color: white;
-    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;*/
+    font-family: 'Open Sans', sans-serif;
 }
 
 hr {
index e076092d36918ca4757974d7ea4a00d0f626ce27..136703240534765110ffaa9dd94624a04e955d06 100644 (file)
@@ -9,6 +9,7 @@
 <meta name="description" content="{% block meta_description %}{% endblock %}">
 <title>{% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title>
 <link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
+<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 
 {% ifinstalled mezzanine.blog %}
 <link rel="alternate" type="application/rss+xml" title="RSS" href="{% url "blog_post_feed" "rss" %}">