Unverified Commit 0fbdf54f authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3179150 by komalk, hansa11, Santosh_Verma, Abhijith S, mherchel: H1...

Issue #3179150 by komalk, hansa11, Santosh_Verma, Abhijith S, mherchel: H1 tags within Olivero's .text-content CSS class should use sans-serif font
parent acb4b855
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -103,6 +103,15 @@ h2 {
}
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "metropolis", sans-serif;
}

[dir="ltr"] ul {
  margin-left: 1.5em;
}
+9 −0
Original line number Diff line number Diff line
@@ -88,6 +88,15 @@ h2 {
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
}

ul {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    margin-bottom: 27px;
    letter-spacing: 0.12em;
    color: #000;
    font-family: "metropolis", sans-serif;
    font-size: 16px;
    line-height: 27px
  }
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
    margin-block-end: var(--sp1-5);
    letter-spacing: 0.12em;
    color: var(--color--black);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: var(--sp1-5);