@@ -4,6 +4,8 @@ import type { DefineStyle } from './types';
const growiCustomIconFont = localFont({
src: '../../../../../packages/custom-icons/dist/growi-custom-icons.woff2',
+ adjustFontFallback: false,
+ display: 'block',
});
export const useGrowiCustomIcon: DefineStyle = () => (
@@ -5,6 +5,7 @@ import type { DefineStyle } from './types';
const materialSymbolsOutlined = localFont({
src: '../../../resource/fonts/MaterialSymbolsOutlined-opsz,wght,FILL@20..48,300,0..1.woff2',
adjustFontFallback: false,
export const useMaterialSymbolsOutlined: DefineStyle = () => (