diff --git a/media/css/index.css b/media/css/index.css index 6dee7e4..b0e5fba 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -1,6 +1,7 @@ body { background: #FCFCFC; color: #35352F; + font-family: 'Roboto', sans-serif; } a { diff --git a/templates/base.html b/templates/base.html index 9a6462f..8bc8b90 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ {{ site.title }} - {% block page_title %}{% endblock %} - +