Skip to content
Get ready for the next version of Yumma CSS, which is going to be amazing!

Font Family

Controls the font family of an element.

Class Property

ff-c

font-family: Charter, Cambria, serif;

ff-m

font-family: ui-monospace, Consolas, monospace;

ff-s

font-family: system-ui, sans-serif;

Using responsive modifiers

Using responsive breakpoints like sm:ff-*, md:ff-*, lg:ff-*, and xxl:ff-* allows targeting specific utilities in different viewports.

<div class="ff-d md:ff-i ..."></div>

Using hover modifiers

Using :hover modifiers such as h:ff-* allows you to override elements and change their values when hovering over them.

<div class="ff-d h:ff-i ..."></div>