umd-styles-library
    Preparing search index...

    Variable largerConst

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

    Larger serif typography style with responsive scaling.

    Type declaration

    • fontFamily: string
    • fontSize: string
    • lineHeight: string
    import * as Styles from '@universityofmaryland/web-styles-library';
    // Use in object spread syntax
    const myStyle = { ...Styles.typography.serif.larger };

    1.1.0