refactor(Font): remove typography-control config, keep render defaults

This commit is contained in:
Ilia Mashkov
2026-05-31 17:08:48 +03:00
parent c613d4cf88
commit e49148008b
4 changed files with 1 additions and 60 deletions
@@ -6,7 +6,6 @@ import {
DEFAULT_FONT_WEIGHT,
DEFAULT_LETTER_SPACING,
DEFAULT_LINE_HEIGHT,
DEFAULT_TYPOGRAPHY_CONTROLS_DATA,
} from '$entities/Font';
import {
beforeEach,
@@ -15,6 +14,7 @@ import {
it,
vi,
} from 'vitest';
import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '../../const/const';
import {
type TypographySettings,
TypographySettingsStore,