diff --git a/media/css/index.css b/media/css/index.css index b0e5fba..dcf0053 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -1,9 +1,17 @@ body { background: #FCFCFC; color: #35352F; + font-family: 'Quicksand', sans-serif; +} + +p { font-family: 'Roboto', sans-serif; } +pre code { + font-family: 'Source Code Pro', monospace; +} + a { color: #FF4F00; } @@ -12,10 +20,6 @@ a:hover { color: #FF4F00; } -h1, h2, h3, h4, h5 { - font-family: 'Quicksand', sans-serif; -} - blockquote { margin-left: 0; border-left: 0.5rem solid #dfe2e5; diff --git a/templates/base.html b/templates/base.html index 6f09886..6e0a23e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,8 +6,9 @@ {{ site.title }} - {% block page_title %}{% endblock %} - + + >