umd-styles-library
    Preparing search index...

    Variable largerConst

    larger: {
        fontFamily: string;
        fontSize: string;
        lineHeight: string;
        textWrap: string;
    } = ...

    Larger size sans-serif typography style with responsive scaling.

    Type declaration

    • fontFamily: string
    • fontSize: string
    • lineHeight: string
    • textWrap: string

    Typography styles for larger responsive text.

    import * as Styles from '@universityofmaryland/web-styles-library';
    // Use in object spread syntax
    const myStyle = { ...Styles.typography.sans.larger };

    1.1.0