Files
mudita-center/libs/generic-view/theme/src/lib/font-size.ts
2024-01-05 14:14:41 +01:00

9 lines
208 B
TypeScript

/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export const fontSize = {
headline3: "24px",
} as const