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;