Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2296453002: Fixed observatory header buttons font (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/css/shared.css
diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
index f9b4a6139664d38f01773a29980e7d52c8ffec51..a914e8792e1dcfc8f2ad7239997146ebc07cf566 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -11,6 +11,10 @@ body {
font: 400 14px 'Montserrat', sans-serif;
}
+button {
+ font: 400 14px 'Montserrat', sans-serif;
+}
+
.content {
padding-left: 10%;
font: 400 14px 'Montserrat', sans-serif;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698