Install
openclaw skills install fontsChoose and implement web typography avoiding common rendering, pairing, and hierarchy mistakes.
openclaw skills install fontsmax-width on text containers in ch units: max-width: 65chtext-transform: uppercase + letter-spacing: 0.05em minimumfont-variant: small-caps) only if font supports it—faux small caps look amateurishtext-wrap: balance (CSS) distributes lines more evenly in headingstext-wrap: pretty for body text—prevents orphans in browsers that support it ) between last two wordsfont-display: swap prevents invisible text—without it, text is blank until font loads<link rel="preload" href="font.woff2" as="font" crossorigin>font-family: system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, sans-serif;
system-ui is now widely supported—simpler than listing all fallbackssans-serif, serif, monospace)