@yamlresume/core
    Preparing search index...

    Type Alias HtmlTypography

    Defines HTML typography settings for document formatting.

    type HtmlTypography = {
        fontFamily?: string;
        fontSize?: HtmlFontSize;
        lineSpacing?: LineSpacing;
    }
    Index
    fontFamily?: string

    A comma-separated list of font families to use.

    fontSize?: HtmlFontSize

    Base font size for the document (e.g., "small", "medium", "large").

    lineSpacing?: LineSpacing

    Line spacing for the document (e.g., "tight", "normal", "relaxed").