From 66ad53b5e56bb814b56850bc5b0e16099ee75f9f Mon Sep 17 00:00:00 2001 From: pluja Date: Wed, 27 Sep 2023 09:01:31 +0200 Subject: [PATCH] new small fix on typo --- nerostr/html/static/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerostr/html/static/input.css b/nerostr/html/static/input.css index 400e2cc..162de06 100644 --- a/nerostr/html/static/input.css +++ b/nerostr/html/static/input.css @@ -4,5 +4,5 @@ @font-face { font-family: 'monocraft'; /* Give a name to your font */ - src: url('./fonts/monocraft.ttf') format('truetype'); + src: url('/static/fonts/monocraft.ttf') format('truetype'); } \ No newline at end of file