new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS v4 · all subjects

utilities/font-size

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Font size utilities text-xs through text-9xl

Tailwind CSS v4 provides the following font size utilities with CSS custom properties and default line heights: text-xs (0.75rem / 12px, line-height calc(1 / 0.75)), text-sm (0.875rem / 14px, line-height calc(1.25 / 0.875)), text-base (1rem / 16px, line-height calc(1.5 / 1)), text-lg (1.125rem / 18px, line-height calc(1.75 / 1.125)), text-xl (1.25rem / 20px, line-height calc(1.75 / 1.25)), text-2xl (1.5rem / 24px, line-height calc(2 / 1.5)), text-3xl (1.875rem / 30px, line-height calc(2.25 / 1.875)), text-4xl (2.25rem / 36px, line-height calc(2.5 / 2.25)), text-5xl (3rem / 48px, line-height 1), text-6xl (3.75rem / 60px, line-height 1), text-7xl (4.5rem / 72px, line-height 1), text-8xl (6rem / 96px, line-height 1), text-9xl (8rem / 128px, line-height 1).

Font size custom property syntax with CSS variables

The syntax text-(length:<custom-property>) applies font-size: var(<custom-property>), allowing you to reference a custom CSS property for font size.

Font size arbitrary value syntax

The syntax text-[<value>] applies font-size: <value> directly, allowing you to use arbitrary values for font size.

Font size with line-height modifier syntax

Font size utilities support a line-height modifier using the syntax text-<size>/<line-height>, such as text-sm/6, text-sm/7, text-sm/8. This allows setting both font size and line-height together.

Give your agent this brain