2026-04-16 09:05:34 +03:00
|
|
|
import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '$entities/Font';
|
2026-04-16 08:22:08 +03:00
|
|
|
import { createTypographySettingsManager } from '../../lib';
|
|
|
|
|
|
|
|
|
|
export const typographySettingsStore = createTypographySettingsManager(
|
|
|
|
|
DEFAULT_TYPOGRAPHY_CONTROLS_DATA,
|
|
|
|
|
'glyphdiff:comparison:typography',
|
|
|
|
|
);
|