From d735e0b85b919c4870b4411228f863290e37b9de Mon Sep 17 00:00:00 2001 From: aneuhmanh Date: Mon, 17 Feb 2025 00:40:14 +0200 Subject: [PATCH] minor fixes --- static/css/styles.css | 4 ++-- templates/view.html | 18 +----------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index afb4d23..f4c3b70 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,6 +1,6 @@ -@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); * { - font-family: 'Comfortaa', sans-serif; + font-family: 'Nunito', sans-serif; } html, body { height: 100%; diff --git a/templates/view.html b/templates/view.html index 0c2620f..e61755e 100644 --- a/templates/view.html +++ b/templates/view.html @@ -9,23 +9,7 @@ - + {% include 'navbar.html' %} {% if content_type == 'art' %}

Image