import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '$entities/Font'; import { createTypographySettingsManager } from '../../lib'; export const typographySettingsStore = createTypographySettingsManager( DEFAULT_TYPOGRAPHY_CONTROLS_DATA, 'glyphdiff:comparison:typography', );