Bulma sets a clean typographic baseline on top of system fonts. Use title and subtitle for headings, content for prose blocks, and size helpers is-size-1 through is-size-7 when you need fine control.
Heading hierarchy
title— primary heading; addis-1…is-6for scalesubtitle— secondary line under a title; pairs visually with adjacenttitle- Semantic HTML — still use
h1–h6inside titles when SEO and accessibility matter (HTML headings)
Prose with content
Wrap article copy in content to get sensible spacing for p, ul, blockquote, and pre without hand-tuning margins—similar to Bootstrap’s typography defaults but scoped to a single wrapper.
Important interview questions and answers
- Q: title vs heading tag?
A:titleis Bulma’s visual class; combine with<h1 class="title">for both semantics and styling. - Q: When use is-size-* instead of title is-*?
A:is-size-*adjusts any element’s font size;title is-4also sets title weight and spacing tuned for headings.
Self-check
- How do you render a large hero headline and a smaller supporting line?
- What class auto-styles paragraphs and lists inside an article?