Font Family
Utilities for controlling the font family of an element.
Contents
Quick reference
Class | Properties |
---|---|
.font-monospace | font-family: SFMono-Medium, SF Mono, Segoe UI Mono, Roboto Mono, Ubuntu Mono, Menlo, Consolas, Courier, monospace; |
Basic usage
Monospace
Change a selection to our monospace font stack with .font-monospace
.
The quick brown fox jumps over the lazy dog.
<p class="font-monospace">The quick brown fox ...</p>