@progress/kendo-angular-typography
Version:
Kendo UI Angular Typography
15 lines (14 loc) • 522 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const typographyFontSizeOptions = {
'xs': 'k-fs-xs',
'sm': 'k-fs-sm',
'md': 'k-fs-md',
'lg': 'k-fs-lg',
'xl': 'k-fs-xl'
};