umd-styles-library
    Preparing search index...

    Variable mediumConst

    medium: {
        fontFamily: string;
        fontSize: string;
        fontStyle: string;
        fontWeight: string;
        lineHeight: string;
        [key: string]: string | { fontSize: string };
    } = ...

    Medium statistic typography style with responsive scaling.

    Type declaration

    • [key: string]: string | { fontSize: string }
    • fontFamily: string
    • fontSize: string
    • fontStyle: string
    • fontWeight: string
    • lineHeight: string
    import * as Styles from '@universityofmaryland/web-styles-library';
    // Use in object spread syntax
    const myStyle = { ...Styles.typography.stats.medium };

    1.1.0