umd-styles-library
    Preparing search index...

    Variable largeConst

    large: {
        fontFamily: string;
        fontSize: string;
        fontWeight: string;
        lineHeight: string;
    } = ...

    Large size sans-serif typography style.

    Type declaration

    • fontFamily: string
    • fontSize: string
    • fontWeight: string
    • lineHeight: string

    Typography styles for large, bold text.

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

    1.1.0