UNPKG

vira

Version:

A simple and highly versatile design system using element-vir.

13 lines (12 loc) 396 B
/** * Use this to set font values so they can be controlled via CSS vars. * * @category CSS Vars * @category Styles */ export declare const viraFontCssVars: import("lit-css-vars").CssVarDefinitions<{ readonly 'vira-monospace': "monospace"; readonly 'vira-font-weight-normal': "normal"; readonly 'vira-font-weight-medium': "500"; readonly 'vira-font-weight-bold': "bold"; }>;