From 0a6c0a1eae31ec8048a0f48c0ff15b7fc386a7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 25 Feb 2026 18:27:48 +0100 Subject: [PATCH] not sure why those were like that --- shared/naturalcrit/styles/core.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/naturalcrit/styles/core.less b/shared/naturalcrit/styles/core.less index 1c35cd1dd..3ef75144d 100644 --- a/shared/naturalcrit/styles/core.less +++ b/shared/naturalcrit/styles/core.less @@ -6,11 +6,11 @@ @import './tooltip.less'; @font-face { font-family : 'CodeLight'; - src : url('../../../shared/naturalcrit/styles/CODE Light.otf') format('opentype'); + src : url('./CODE Light.otf') format('opentype'); } @font-face { font-family : 'CodeBold'; - src : url('../../../shared/naturalcrit/styles/CODE Bold.otf') format('opentype'); + src : url('./CODE Bold.otf') format('opentype'); } html,body, #reactRoot { height : 100vh;