18 lines
354 B
TypeScript
18 lines
354 B
TypeScript
export const commonText = {
|
|
fontSizeExtraSmall: '0.85rem',
|
|
fontSizeSmall: '0.92rem',
|
|
fontSizeMedium: '1rem',
|
|
fontSizeLarge: '1.08rem',
|
|
fontSizeExtraLarge: '1.54rem',
|
|
|
|
fontWeightMedium: 500,
|
|
fontWeightSemibold: 600,
|
|
fontWeightBold: 700,
|
|
fontFamily: 'Inter, sans-serif',
|
|
|
|
lineHeight: 1.5,
|
|
|
|
iconSizeMedium: 16,
|
|
iconSizeSmall: 14,
|
|
};
|