diff --git a/flaskr/static/style.css b/flaskr/static/style.css index f08b07d6..6268f18d 100644 --- a/flaskr/static/style.css +++ b/flaskr/static/style.css @@ -13,7 +13,7 @@ body { } h1, h2, h3, h4, h5, h6 { - font-family: 'Roboto Slab', serif; + font-family: 'Roboto', serif; color: #377ba8; margin: 1rem 0; }