Index: chrome/browser/ui/views/harmony/chrome_typography.cc |
diff --git a/chrome/browser/ui/views/harmony/chrome_typography.cc b/chrome/browser/ui/views/harmony/chrome_typography.cc |
index ddeb5633bdc94e94bf998639715c87dd7556a9c1..44fc295aad83e600cc89be79a47d3c05b5371711 100644 |
--- a/chrome/browser/ui/views/harmony/chrome_typography.cc |
+++ b/chrome/browser/ui/views/harmony/chrome_typography.cc |
@@ -20,6 +20,8 @@ const gfx::FontList& LegacyTypographyProvider::GetFont(int context, |
ash::ApplyAshFontStyles(context, style, &size_delta, &font_weight); |
#endif |
+ ApplyCommonFontStyles(context, style, &size_delta, &font_weight); |
+ |
switch (context) { |
case CONTEXT_HEADLINE: |
size_delta = kHeadlineDelta; |