Skip to content

Commit 0a23299

Browse files
committed
Fixed observatory header buttons font
Fixes=#27194 [email protected] Review URL: https://codereview.chromium.org/2296453002 .
1 parent 1d50931 commit 0a23299

File tree

1 file changed

+4
-0
lines changed
  • runtime/observatory/lib/src/elements/css

1 file changed

+4
-0
lines changed

runtime/observatory/lib/src/elements/css/shared.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ body {
1111
font: 400 14px 'Montserrat', sans-serif;
1212
}
1313

14+
button {
15+
font: 400 14px 'Montserrat', sans-serif;
16+
}
17+
1418
.content {
1519
padding-left: 10%;
1620
font: 400 14px 'Montserrat', sans-serif;

0 commit comments

Comments
 (0)