Unverified Commit 61e0890f authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3224466 by andy-blum, mherchel: Olivero: <button> elements are not inheriting theme's font

(cherry picked from commit df65e9fb)
parent c4d78579
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ a:focus {
    outline-offset: 2px;
  }

button {
  font-family: inherit;
}

img,
video {
  display: block;
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,10 @@ a {
  }
}

button {
  font-family: inherit;
}

img,
video {
  display: block;