Home | History | Annotate | Download | only in v22
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <familyset version="21">
      3     <!-- first font is default -->
      4     <family name="sans-serif">
      5         <font weight="100" style="normal">
      6             Roboto-Thin.ttf
      7         </font>
      8         <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
      9         <font weight="300" style="normal">Roboto-Light.ttf</font>
     10         <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
     11         <font weight="400" style="normal">Roboto-Regular.ttf</font>
     12         <font weight="400" style="italic">Roboto-Italic.ttf</font>
     13         <font weight="500" style="normal">Roboto-Medium.ttf</font>
     14         <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
     15         <font weight="700" style="normal">Roboto-Bold.ttf</font>
     16         <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
     17         <font weight="900" style="normal">Roboto-Black.ttf</font>
     18         <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
     19     </family>
     20     <alias name="sans-serif-thin" to="sans-serif" weight="100" />
     21     <alias name="sans-serif-light" to="sans-serif" weight="300" />
     22     <alias name="sans-serif-black" to="sans-serif" weight="900" />
     23     <alias name="arial" to="sans-serif" />
     24     <alias name="helvetica" to="sans-serif" />
     25     <alias name="tahoma" to="sans-serif" />
     26     <alias name="verdana" to="sans-serif" />
     27 
     28     <family name="var">
     29         <font weight="100" style="normal"><axis tag="wght" stylevalue="0.5"/>Distortable.ttf</font>
     30         <font weight="200" style="normal"><axis tag="wght" stylevalue="0.65"/>Distortable.ttf</font>
     31         <font weight="300" style="normal"><axis tag="wght" stylevalue="0.85"/>Distortable.ttf</font>
     32         <font weight="400" style="normal"><axis tag="wght" stylevalue="1.0"/>Distortable.ttf</font>
     33         <font weight="500" style="normal"><axis tag="wght" stylevalue="1.2"/>Distortable.ttf</font>
     34         <font weight="600" style="normal"><axis tag="wght" stylevalue="1.4"/>Distortable.ttf</font>
     35         <font weight="700" style="normal"><axis tag="wght" stylevalue="1.6"/>Distortable.ttf</font>
     36         <font weight="800" style="normal"><axis tag="wght" stylevalue="1.8"/>Distortable.ttf</font>
     37         <font weight="900" style="normal"><axis tag="wght" stylevalue="2.0"/>Distortable.ttf</font>
     38     </family>
     39 
     40     <family name="sans-serif-condensed">
     41         <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
     42         <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
     43         <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
     44         <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
     45         <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
     46         <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
     47     </family>
     48     <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
     49 
     50     <!--- rest of fonts from system_fonts.xml go here -->
     51     <family name="serif">
     52         <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
     53         <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
     54         <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
     55         <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
     56     </family>
     57     <alias name="times" to="serif" />
     58     <alias name="times new roman" to="serif" />
     59     <alias name="palatino" to="serif" />
     60     <alias name="georgia" to="serif" />
     61     <alias name="baskerville" to="serif" />
     62     <alias name="goudy" to="serif" />
     63     <alias name="fantasy" to="serif" />
     64     <alias name="ITC Stone Serif" to="serif" />
     65 
     66     <family name="monospace">
     67         <font weight="400" style="normal">DroidSansMono.ttf</font>
     68     </family>
     69     <alias name="courier" to="monospace" />
     70     <alias name="courier new" to="monospace" />
     71     <alias name="monaco" to="monospace" />
     72 
     73     <family name="casual">
     74         <font weight="400" style="normal">ComingSoon.ttf</font>
     75     </family>
     76 
     77     <family name="cursive">
     78         <font weight="400" style="normal">DancingScript-Regular.ttf</font>
     79         <font weight="700" style="normal">DancingScript-Bold.ttf</font>
     80     </family>
     81 
     82     <family name="ans-serif-smallcaps">
     83         <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
     84     </family>
     85 
     86     <!-- fallback fonts -->
     87     <family variant="elegant">
     88         <font weight="400" style="normal">NotoNaskh-Regular.ttf</font>
     89         <font weight="700" style="normal">NotoNaskh-Bold.ttf</font>
     90     </family>
     91     <family variant="compact">
     92         <font weight="400" style="normal">NotoNaskhUI-Regular.ttf</font>
     93         <font weight="700" style="normal">NotoNaskhUI-Bold.ttf</font>
     94     </family>
     95     <family>
     96         <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
     97         <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
     98     </family>
     99     <family>
    100         <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
    101         <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
    102     </family>
    103     <family variant="elegant">
    104         <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
    105         <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
    106     </family>
    107     <family variant="compact">
    108         <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
    109         <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
    110     </family>
    111     <family>
    112         <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
    113         <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
    114     </family>
    115     <family>
    116         <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
    117         <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
    118     </family>
    119     <family variant="elegant">
    120         <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
    121         <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
    122     </family>
    123     <family variant="compact">
    124         <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
    125         <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
    126     </family>
    127     <!-- Gujarati should come after Devanagari -->
    128     <family variant="elegant">
    129         <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
    130         <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
    131     </family>
    132     <family variant="compact">
    133         <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
    134         <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
    135     </family>
    136     <!-- Gurmukhi should come after Devanagari -->
    137     <family variant="elegant">
    138         <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
    139         <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
    140     </family>
    141     <family variant="compact">
    142         <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
    143         <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
    144     </family>
    145     <family variant="elegant">
    146         <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
    147         <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
    148     </family>
    149     <family variant="compact">
    150         <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
    151         <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
    152     </family>
    153     <family variant="elegant">
    154         <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
    155         <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
    156     </family>
    157     <family variant="compact">
    158         <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
    159         <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
    160     </family>
    161     <family variant="elegant">
    162         <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
    163         <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
    164     </family>
    165     <family variant="compact">
    166         <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
    167         <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
    168     </family>
    169     <family variant="elegant">
    170         <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
    171         <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
    172     </family>
    173     <family variant="compact">
    174         <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
    175         <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
    176     </family>
    177     <family variant="elegant">
    178         <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
    179         <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
    180     </family>
    181     <family variant="compact">
    182         <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
    183         <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
    184     </family>
    185     <family>
    186         <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
    187         <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
    188     </family>
    189     <family variant="elegant">
    190         <font weight="400" style="normal">NotoSansKhmer-Regular.ttf</font>
    191         <font weight="700" style="normal">NotoSansKhmer-Bold.ttf</font>
    192     </family>
    193     <family variant="compact">
    194         <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
    195         <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
    196     </family>
    197     <family variant="elegant">
    198         <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
    199         <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
    200     </family>
    201     <family variant="compact">
    202         <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
    203         <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
    204     </family>
    205     <family variant="elegant">
    206         <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
    207         <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
    208     </family>
    209     <family variant="compact">
    210         <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
    211         <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
    212     </family>
    213     <family>
    214         <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
    215     </family>
    216     <family>
    217         <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
    218     </family>
    219     <family>
    220         <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
    221     </family>
    222     <family lang="zh-Hans">
    223         <font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font>
    224     </family>
    225     <family lang="zh-Hant zh-Bopo">
    226         <font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font>
    227     </family>
    228     <family lang=" ja  ja-Latn">
    229         <font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font>
    230     </family>
    231     <family lang="ko ko-Latn  ">
    232         <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font>
    233     </family>
    234     <family>
    235         <font weight="400" style="normal">NanumGothic.ttf</font>
    236     </family>
    237     <family>
    238         <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
    239     </family>
    240     <family>
    241         <font weight="400" style="normal">NotoColorEmoji.ttf</font>
    242     </family>
    243     <family lang="ja">
    244         <font weight="400" style="normal">MTLmr3m.ttf</font>
    245     </family>
    246 </familyset>
    247