@tbela99/css-parser
    Preparing search index...

    Interface Font

    interface Font {
        default: any[];
        keywords: string[];
        pattern: string;
        properties: FontProperties;
        shorthand: string;
    }
    Index

    Properties

    default: any[]
    keywords: string[]
    pattern: string
    properties: FontProperties
    shorthand: string