Walgreens Corner Logo

Typography

All fonts are using Helvetica Neue, with options limited to Heavy, Roman, and Light

  • Hero 80
    Line height: 80px
    <div class="font__eighty"><strong>Marketing 80</strong></div>
  • Hero 50
    Line height: 50px
    <div class="font__fifty"><strong>Marketing 50</strong></div>
  • Hero 36
    Line height: 36px
    <div class="font__thirty-six"><strong>Marketing 36</strong></div>
  • Header 28
    Line height: 34px
    Header 28 Light
    Line height: 34px
    <div class="font__twenty-eight"><strong>Header 28 Heavy</strong></div>
    <div class="font__twenty-eight"><em>Header 28 Light</em></div>
  • Header 22
    Line height: 27px
    Header 22 Light
    Line height: 27px
    <div class="font__twenty-two"><strong>Header 22 Heavy</strong></div>
    <div class="font__twenty-two"><em>Header 22 Light</em></div>
  • Header 18
    Line height: 22px
    <div class="font__eighteen"><strong>Header 18</strong></div>
  • Line height: 22px
    <a href="#!" class="font__eighteen">
      <strong>Header 18</strong>
      <span class="icon icon__arrow-right"><svg aria-label="Arrow Right"><use xlink:href="/images/adaptive/livestyleguide/walgreens.com/v3.0/themes/images/icons/symbol-defs.svg#icon__arrow-right"></use></svg></span>
    </a>
  • Header 16
    Line height: 19px, Paragraph spacing bottom: 16px
    // By default font size is 16px
    <div><strong>Header 16</strong></div>
  • Body 18, for long-form copy

    Line height: 33px, Paragraph spacing bottom: 20px
    // By default, p tags have 18px font
    <p>Body 18, for long-form copy</p>
    <p><a href="#!">Body link 18</a></p>
  • Descriptor 16, for brief 1-3 line descriptions
    Line height: 24px, Paragraph spacing bottom: 16px
    // By default font size is 16px
    <div>Info 16, for brief 1-3 line description</div>
    <div><a href="#!">Info link 16</a></div>
  • Disclaimer 14, for legal copy only

    Line height: 20px, Paragraph spacing bottom: 16px
    <p class="font__fourteen">Disclaimer 14, for legal copy only</p>

Typography heirarchy

  • Primary header 28

    Body copy 18, consectetur adipiscing elit. Suspendisse mattis lectus id orci fermentum auctor. In in orci sit amet sem mollis tincidunt vitae a augue. Phasellus eu gravida urna, nec lacinia dui. Praesent tristique, leo vitae auctor consequat, dolor dolor euismod arcu, nec venenatis metus purus eget nulla.

    Secondary header 22

    Body copy 18, consectetur adipiscing elit. Suspendisse mattis lectus id orci fermentum auctor. In in orci sit amet sem mollis tincidunt vitae a augue.

    Lorem ipsum, consectetur adipiscing elit. Suspendisse mattis lectus id orci fermentum auctor. In in orci sit amet sem mollis tincidunt vitae a augue. Phasellus eu gravida urna, nec lacinia dui. Praesent tristique, leo vitae auctor consequat, dolor dolor euismod arcu.

    • Fact 1
      Info 16, this is the first blurb of four
    • Fact 2
      Info 16, this is the second blurb of four
    • Fact 3
      Info 16, this is the third blurb of four
    • Fact 4
      Info 16, this is the fourth blurb of four
    Why do we use it?

    Lorem ipsum, consectetur adipiscing elit. Suspendisse mattis lectus id orci fermentum auctor. In in orci sit amet sem mollis tincidunt vitae a augue. Phasellus eu gravida urna, nec lacinia dui. Praesent tristique, leo vitae auctor consequat, dolor dolor euismod arcu.

    1. Disclaimer 14. This is the first disclaimer footnote

    2. This is the second disclaimer. This one may be longer than the first, but luckily the pragraph spacing is set to 16px so that the line height keeps the text legible, but the disclaimers are spaced apart for proper spacing.

Desktop, Tablet & MobileProduct Price

The VPD stands for "View Product Details." This size should only be used in regard to the price of a product. The type is the same size across devices and screen sizes.

  • $3519 35 dollar and 19 cents
    <span class="price__contain">
      <span aria-hidden=”true” class="product__price"><sup>$</sup>35<sup>19</sup></span>
      <span class="sr-only">35 dollar and 19 cents</span>
    </span>
  • $3519 35 dollar and 19 cents
    <span class="price__contain">
      <span aria-hidden=”true” class="product__price product__price-red"><sup>$</sup>35<sup>19</sup></span>
      <span class="sr-only">35 dollar and 19 cents</span>
    </span>
  • 2/ $ 6 00
    or
    1/ $ 4 29
    2 for 6 dollars and 0 cents or 1 for 4 dollars and 29 cents
    <span class="price__contain or-price">
      <span aria-hidden=”true” class="product__price or-price">
        <div>
          <sup>2/</sup><sup>$</sup>6<sup>00</sup>
        </div>
        <sub>or</sub>
        <div>
          <sup>1/</sup><sup>$</sup>4<sup>29</sup>
        </div>
      </span>
      <span class="sr-only">2 for 6 dollars and 0 cents or 1 for 4 dollars and 29 cents</span>
    </span>
  • 2/ $ 6 00
    or
    1/ $ 4 29
    2 for 6 dollars and 0 cents or 1 for 4 dollars and 29 cents
    <span class="price__contain product__price-red or-price">
      <span aria-hidden=”true” class="product__price or-price">
        <div>
          <sup>2/</sup><sup>$</sup>6<sup>00</sup>
        </div>
        <sub>or</sub>
        <div>
          <sup>1/</sup><sup>$</sup>4<sup>29</sup>
        </div>
      </span>
      <span class="sr-only">2 for 6 dollars and 0 cents or 1 for 4 dollars and 29 cents</span>
    </span>