Fonts

<h2>Base Fonts and Styles</h2>
<p>The main font-family that we use is <code>"Montserrat", sans-serif</code>.</p>
<p>The base font size is: <code>16 pixels</code>. The font size is responsive using <code>rem</code>.</p>
<p>The default font color hex value is <code>#212529</code>. This value produces a very dark grey.</p>
<h2>Base Fonts and Styles</h2>
<p>The main font-family that we use is <code>"Montserrat", sans-serif</code>.</p>
<p>The base font size is: <code>16 pixels</code>. The font size is responsive using <code>rem</code>.</p>
<p>The default font color hex value is <code>#212529</code>. This value produces a very dark grey.</p>
/* No context defined. */
  • Content:
    code {
      padding: 2px 6px;
      background: #f4f4f4;
      border-radius: 4px;
      font-size: 1rem;
      color: #9B1252;
    }
  • URL: /components/raw/fonts/fonts.scss
  • Filesystem Path: bits/01-global/fonts/fonts.scss
  • Size: 110 Bytes

Display the main font-family, font-size and color.