diff options
| author | 2023-06-07 02:14:27 +0000 | |
|---|---|---|
| committer | 2023-06-07 02:14:27 +0000 | |
| commit | e75c620165d90d48d8b97f27cb08e5abb7c4feae (patch) | |
| tree | ba126601a71a870e1412d08bb4a9ae54fecb8b4d | |
| parent | 7eb17c5215f85d7c61c5b32b0b10aa08ddc2d152 (diff) | |
| parent | 2872d3fa5b6923dbcfea99c4e5e7fd6bb3526f5f (diff) | |
Merge "Add RobotoFlex into AOSP system image"
| -rw-r--r-- | data/fonts/fonts.xml | 93 | 
1 files changed, 93 insertions, 0 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index c9c1af8b807b..ab323adf997c 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -273,6 +273,99 @@      </family>      <alias name="source-sans-pro-semi-bold" to="source-sans-pro" weight="600"/> +    <family name="roboto-flex"> +        <font weight="100" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="100" /> +        </font> +        <font weight="200" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="200" /> +        </font> +        <font weight="300" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="300" /> +        </font> +        <font weight="400" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="400" /> +        </font> +        <font weight="500" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="500" /> +        </font> +        <font weight="600" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="600" /> +        </font> +        <font weight="700" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="700" /> +        </font> +        <font weight="800" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="800" /> +        </font> +        <font weight="900" style="normal">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="0" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="900" /> +        </font> +        <font weight="100" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="100" /> +        </font> +        <font weight="200" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="200" /> +        </font> +        <font weight="300" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="300" /> +        </font> +        <font weight="400" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="400" /> +        </font> +        <font weight="500" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="500" /> +        </font> +        <font weight="600" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="600" /> +        </font> +        <font weight="700" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="700" /> +        </font> +        <font weight="800" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="800" /> +        </font> +        <font weight="900" style="italic">RobotoFlex-Regular.ttf +          <axis tag="slnt" stylevalue="-10" /> +          <axis tag="wdth" stylevalue="100" /> +          <axis tag="wght" stylevalue="900" /> +        </font> +    </family> +      <!-- fallback fonts -->      <family lang="und-Arab" variant="elegant">          <font weight="400" style="normal" postScriptName="NotoNaskhArabic">  |