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 %}