diff --git a/static/style.css b/static/style.css index ba6303c..56752e3 100644 --- a/static/style.css +++ b/static/style.css @@ -3,5 +3,6 @@ body { } h1 { - color: white + color: white; + font-family: 'Ubuntu', sans-serif; } diff --git a/templates/index.html b/templates/index.html index 1b9acc7..bbe57fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@