No notes defined.

<{{ tag }} class="uol-typography-heading-4{{ ' uol-typography-heading-4--' + variant if variant}}">{{ content | safe }}</{{ tag }}>
<h1 class="uol-typography-heading-4 uol-typography-heading-4--sans-serif">Great things are done by a series of small things brought together</h1>
  • Content:
    .uol-typography-heading-4 {
      @extend %text-size-heading-4;
      @extend %uol-font-serif;
    
      font-weight: $font-weight-bold--serif;
    
      &.uol-typography-heading-4--sans-serif {
        @extend %uol-font-sans-serif;
    
        font-weight: $font-weight-bold--sans-serif;
      }
    }
    
  • URL: /components/raw/uol-typography-heading-4/_heading-4.scss
  • Filesystem Path: src/library/01-foundations/01-typography/03-typography-components/01-headings/heading-4/_heading-4.scss
  • Size: 262 Bytes
{
  "tag": "h1",
  "content": "Great things are done by a series of small things brought together",
  "variant": "sans-serif"
}