umd-styles-library
    Preparing search index...

    Variable mediumConst

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

    Medium size sans-serif typography style with responsive scaling.

    Type declaration

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

    Typography styles for medium text with responsive scaling.

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

    1.1.0