diff --git a/src/features/SetupFont/model/const/const.ts b/src/features/SetupFont/model/const/const.ts index e280521..51d5f89 100644 --- a/src/features/SetupFont/model/const/const.ts +++ b/src/features/SetupFont/model/const/const.ts @@ -79,3 +79,10 @@ export const DEFAULT_TYPOGRAPHY_CONTROLS_DATA: ControlModel[] = [ controlLabel: 'Letter Spacing', }, ]; + +/** + * Font size multipliers + */ +export const MULTIPLIER_S = 0.5; +export const MULTIPLIER_M = 0.75; +export const MULTIPLIER_L = 1; diff --git a/src/features/SetupFont/model/index.ts b/src/features/SetupFont/model/index.ts index cab998c..891cf1f 100644 --- a/src/features/SetupFont/model/index.ts +++ b/src/features/SetupFont/model/index.ts @@ -13,6 +13,9 @@ export { MIN_FONT_SIZE, MIN_FONT_WEIGHT, MIN_LINE_HEIGHT, + MULTIPLIER_L, + MULTIPLIER_M, + MULTIPLIER_S, } from './const/const'; export {