VOOZH about

URL: https://www.geeksforgeeks.org/css/blaze-ui-typography-emphasising/

⇱ Blaze UI Typography Emphasising - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Blaze UI Typography Emphasising

Last Updated : 23 Jul, 2025

Blaze UI is a free and open-source CSS UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to create a scalable and responsive website fast and efficiently with a consistent style.

In this article, we will see Blaze UI Typography Emphasising. Emphasizing text provides the users to add text in two colors i.e. light and dark, as it helps in identifying which text is important. 

Blaze UI Typography Emphasising classes:

  • u-text--loud: This class is used to add a loud or dark-colored emphasized text.
  • u-text--quiet: This class is used to add a quiet or light-colored emphasized text.

Syntax:

<div class="u-text--loud">Text here...</div>
<div class="u-text--quiet">Another text here...</div>

Example 1: Below example demonstrates the emphasized text in a <p> tag.

Output:

👁 Image
 

Example 2: Below example demonstrates the emphasized text in an <h1> and <h2> tag.

Output:

👁 Image
 

Reference: https://www.blazeui.com/components/typography/

Comment
Article Tags: