## Utilities
+- Renamed `.text-monospace` to `.font-monospace`
- **Todo:** Drop `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore
- **Todo:** Split utilities into property-value utility classes and helpers
## Monospace
-Change a selection to our monospace font stack with `.text-monospace`.
+Change a selection to our monospace font stack with `.font-monospace`.
{{< example >}}
-<p class="text-monospace">This is in monospace</p>
+<p class="font-monospace">This is in monospace</p>
{{< /example >}}
## Reset color