| 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 cafffc393fa5e924018c0003e92f97cb8531a4e0..22cdb01db97fd0f88af208b5104205971fc57207 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 = MediumWeightForUI(); | 
|  |