• File: _typography.scss
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/assets/scss/base/_typography.scss
  • Date Modified: 10/29/2024 2:43 PM
  • File size: 334 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 700;
  font-family: var(--font-heading);
}
h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */