Font Family
Controls the font family of an element.
Class | Properties |
---|---|
ff-s | font-family: system-ui, sans-serif; |
ff-c | font-family: Charter, Cambria, serif; |
ff-m | font-family: ui-monospace, Consolas, monospace; |
Using breakpoints
Using responsive breakpoints like sm:ff-*
, md:ff-*
, lg:ff-*
, and xxl:ff-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:ff-*
allows you to override elements and change their values when hovering over them.