1cdf0e10cSrcweir<?xml version="1.0"?> 2cdf0e10cSrcweir<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd"> 3*5b501c92SAndrew Rist<!--*********************************************************** 4*5b501c92SAndrew Rist * 5*5b501c92SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 6*5b501c92SAndrew Rist * or more contributor license agreements. See the NOTICE file 7*5b501c92SAndrew Rist * distributed with this work for additional information 8*5b501c92SAndrew Rist * regarding copyright ownership. The ASF licenses this file 9*5b501c92SAndrew Rist * to you under the Apache License, Version 2.0 (the 10*5b501c92SAndrew Rist * "License"); you may not use this file except in compliance 11*5b501c92SAndrew Rist * with the License. You may obtain a copy of the License at 12*5b501c92SAndrew Rist * 13*5b501c92SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 14*5b501c92SAndrew Rist * 15*5b501c92SAndrew Rist * Unless required by applicable law or agreed to in writing, 16*5b501c92SAndrew Rist * software distributed under the License is distributed on an 17*5b501c92SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18*5b501c92SAndrew Rist * KIND, either express or implied. See the License for the 19*5b501c92SAndrew Rist * specific language governing permissions and limitations 20*5b501c92SAndrew Rist * under the License. 21*5b501c92SAndrew Rist * 22*5b501c92SAndrew Rist ***********************************************************--> 23cdf0e10cSrcweir<fontconfig> 24cdf0e10cSrcweir 25cdf0e10cSrcweir <!-- Alias similar/metric-compatible families from various sources: --> 26cdf0e10cSrcweir 27cdf0e10cSrcweir <alias binding="same"> 289d686d6dSPedro Giffuni <family>Arimo</family> 29cdf0e10cSrcweir <family>Arial Narrow</family> 30cdf0e10cSrcweir <default> 31cdf0e10cSrcweir <family>Arial Narrow</family> 32cdf0e10cSrcweir </default> 33cdf0e10cSrcweir </alias> 34cdf0e10cSrcweir 35cdf0e10cSrcweir<!-- --> 36cdf0e10cSrcweir <alias binding="same"> 37cdf0e10cSrcweir <family>Arial Narrow</family> 38cdf0e10cSrcweir <accept> 399d686d6dSPedro Giffuni <family>Arimo</family> 40cdf0e10cSrcweir </accept> 41cdf0e10cSrcweir </alias> 42cdf0e10cSrcweir<!-- --> 43cdf0e10cSrcweir 44cdf0e10cSrcweir</fontconfig> 45