UNPKG

vira

Version:

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

14 lines (13 loc) 372 B
import { defineCssVars } from 'lit-css-vars'; /** * Use this to set font values so they can be controlled via CSS vars. * * @category CSS Vars * @category Styles */ export const viraFontCssVars = defineCssVars({ 'vira-monospace': 'monospace', 'vira-font-weight-normal': 'normal', 'vira-font-weight-medium': '500', 'vira-font-weight-bold': 'bold', });