From ea06a989db82f1b232c8a543e0d5b9d44164f1de Mon Sep 17 00:00:00 2001 From: Andrew4Coding Date: Fri, 11 Oct 2024 14:12:38 +0700 Subject: [PATCH] fix: not loaded font --- static/styles/main.css | 3 +++ templates/base.html | 17 ++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/static/styles/main.css b/static/styles/main.css index e69de29..05d1fa9 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -0,0 +1,3 @@ +:root { + font-family: "Poppins", sans-serif; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 02487c6..6d88e38 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,24 +13,11 @@ - - + {% block meta %}{% endblock meta %} - +
{% include "ds/navbar.html" %} {% block content %}{% endblock content%}