Wagtail client-side components
    Preparing search index...

    Variable letterSpacingConst

    letterSpacing: {
        normal: string;
        tight: string;
        tighter: string;
        wide: string;
        wider: string;
        widest: string;
    } = ...

    These are set to ems to be relative to the font size.

    Type declaration

    • normal: string
    • tight: string
    • tighter: string
    • wide: string
    • wider: string
    • widest: string