From e3eda7de0e63d5b8d12cc164b020ec3cf2199426 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 8 Jul 2023 23:55:26 -0400 Subject: [PATCH] dont force root --- public/static/main.css | 2 +- public/templates/embed.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/main.css b/public/static/main.css index b51a997..e92a177 100644 --- a/public/static/main.css +++ b/public/static/main.css @@ -1,6 +1,6 @@ @font-face { font-family: merriweather; - src: url("/static/merriweather.ttf"); + src: url("static/merriweather.ttf"); } :root { diff --git a/public/templates/embed.html b/public/templates/embed.html index d1fbf4a..312695c 100644 --- a/public/templates/embed.html +++ b/public/templates/embed.html @@ -3,9 +3,9 @@ - + {% if theme == "white" %} - + {% endif %}