From d40f746b70581795ab30781a4dcb087dcc346af3 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Wed, 4 Jun 2014 23:12:48 -0700 Subject: Fix broken macStyle flags on Roboto-MediumItalic This is a fix for bug 15432929 "Seeing italics instead of bold" The Roboto-MediumItalic font had macStyle of 3 (bold italic), which caused it to be selected as a best match for a request of just bold. This patch changes it to 2 (italic), leaving all else unchanged. Change-Id: Ic28934904e11ca34cfede8429520d2d87aaf84cd --- data/fonts/Roboto-MediumItalic.ttf | Bin 134312 -> 134312 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'data/fonts/Roboto-MediumItalic.ttf') diff --git a/data/fonts/Roboto-MediumItalic.ttf b/data/fonts/Roboto-MediumItalic.ttf index a30aa0c..b828205 100644 Binary files a/data/fonts/Roboto-MediumItalic.ttf and b/data/fonts/Roboto-MediumItalic.ttf differ -- cgit v1.1