Commit 8fc0f811 authored by xdai's avatar xdai Committed by Commit bot

Fix the incorrect font used by buttons in ChromeOS.

WebUI should override the default Blink style for buttons so that buttons can be rendered with the correct font.

BUG=448624
TEST=manually checked on devices (Pixel)

Review URL: https://codereview.chromium.org/896673002

Cr-Commit-Position: refs/heads/master@{#314359}
parent 55275645
...@@ -23,3 +23,7 @@ body { ...@@ -23,3 +23,7 @@ body {
font-family: $2; font-family: $2;
font-size: $3; font-size: $3;
} }
button {
font-family: $2;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment