diff --git a/media/css/index.css b/media/css/index.css index 6dee7e4..2d65285 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -1,6 +1,11 @@ body { background: #FCFCFC; color: #35352F; + font-family: 'Quicksand', sans-serif; +} + +p { + font-family: 'Roboto', sans-serif; } a { @@ -11,10 +16,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 cf847f4..ac59961 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@