Module font_family

Source
Expand description

Utilities for controlling the font family of an element.

Class Properties
font-sansfont-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-seriffont-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
font-monofont-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

ยงArbitrary values

Any property not starting with a number is allowed as arbitrary value. For example, font-[Roboto,'Open_Sans',sans-serif].

Tailwind reference

OSZAR »