Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IPublicationStyleFontDefaults

    NOTE: This interface is being simplified to be easier to use and will be released in an upcoming release.

    Which font-faces to use for the default font-families. The value for each property must match a 'family' defined in fontFaces, or a system default font:

    • 'serif'
    • 'sans-serif'
    • 'cursive'
    • 'fantasy'
    • 'monospace'
    interface IPublicationStyleFontDefaults {
        cursive?: string;
        fallback: string;
        fantasy?: string;
        monospace?: string;
        sansSerif?: string;
        serif?: string;
    }

    Properties

    cursive?: string
    null
    
    fallback: string
    fantasy?: string
    null
    
    monospace?: string
    null
    
    sansSerif?: string
    null
    
    serif?: string
    null