| Index: chrome/browser/ui/views/harmony/harmony_typography_provider.cc
|
| diff --git a/chrome/browser/ui/views/harmony/harmony_typography_provider.cc b/chrome/browser/ui/views/harmony/harmony_typography_provider.cc
|
| index 3a58836866acf0f25f10be1f8e20f97bca7e6ce4..0d93dd48247d51aead988a68a39b66b545407bc3 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_typography_provider.cc
|
| +++ b/chrome/browser/ui/views/harmony/harmony_typography_provider.cc
|
| @@ -96,6 +96,8 @@ const gfx::FontList& HarmonyTypographyProvider::GetFont(int context,
|
| ash::ApplyAshFontStyles(context, style, &size_delta, &font_weight);
|
| #endif
|
|
|
| + ApplyCommonFontStyles(context, style, &size_delta, &font_weight);
|
| +
|
| switch (context) {
|
| case views::style::CONTEXT_BUTTON_MD:
|
| font_weight = WeightNotLighterThanNormal(gfx::Font::Weight::MEDIUM);
|
|
|