diff options
author | Seigo Nonaka <nona@google.com> | 2021-05-25 14:07:50 -0700 |
---|---|---|
committer | Seigo Nonaka <nona@google.com> | 2021-05-25 14:09:52 -0700 |
commit | 18c044d31b04945e72128c795f8e0ed3b4befc74 (patch) | |
tree | a8bea883ef7acdab47aa994263dbaa7125c4004e /data | |
parent | f294d0ba5fd8ed38b6ac4ae6b2de48f1ec067669 (diff) |
Use RobotoStatic-Regular for the weight 400 of roboto family
Bug: 189235998
Test: Manually done
Change-Id: I253a72df5641b57d371598cec6853737c5e98ba9
Diffstat (limited to 'data')
-rw-r--r-- | data/fonts/fonts.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index 11635366a222..d757a8c75a80 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -39,11 +39,7 @@ <axis tag="wdth" stylevalue="100" /> <axis tag="wght" stylevalue="300" /> </font> - <font weight="400" style="normal">Roboto-Regular.ttf - <axis tag="ital" stylevalue="0" /> - <axis tag="wdth" stylevalue="100" /> - <axis tag="wght" stylevalue="400" /> - </font> + <font weight="400" style="normal">RobotoStatic-Regular.ttf</font> <font weight="500" style="normal">Roboto-Regular.ttf <axis tag="ital" stylevalue="0" /> <axis tag="wdth" stylevalue="100" /> |