@@ -1,5 +1,5 @@
@use '@growi/core-styles/scss/bootstrap/init' as bs;
-@use '../../styles/variables' as var;
+@use '~/styles/variables' as var;
@use './comment-inheritance';
.comment-styles :global {
@@ -19,7 +19,7 @@ const logger = loggerFactory('growi:cli:StaffCredit');
// define fonts
const pressStart2P = localFont({
- src: '../../../resource/fonts/PressStart2P-latin.woff2',
+ src: '../../../../resource/fonts/PressStart2P-latin.woff2',
display: 'block',
});