UNPKG

docz-theme-default

Version:

The default theme of docz

15 lines (14 loc) 309 B
export declare const fonts: { /** * Used for headings larger than 20px. */ display: string; /** * Used for code and sometimes numbers in tables. */ mono: string; /** * Used for text and UI (which includes almost anything). */ ui: string; };