Font Family
vel-src: typography.css
Utilities for controlling the font family of an element.
| Class | Properties |
|---|---|
| vel-font-sans | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif |
| vel-font-serif | font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif |
| vel-font-mono | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace |
Examples
Font families
vel-font-sans — The quick brown fox jumps over the lazy dog
vel-font-mono — const hello = "VeloraCSS"