Bug 63399

Summary: Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
Product: fontconfig Reporter: Orion Poplawski <orion>
Component: confAssignee: Akira TAGOH <akira>
Status: RESOLVED FIXED QA Contact: Behdad Esfahbod <freedesktop>
Severity: normal    
Priority: medium CC: akira, fontconfig-bugs
Version: 2.9   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Orion Poplawski 2013-04-10 20:54:13 UTC
Please consider adding the following aliases:

    <alias>
        <family>Georgia</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Garamond</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Palatino Linotype</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Trebuchet MS</family>
        <accept><family>sans-serif</family></accept>
    </alias>
Comment 1 Akira TAGOH 2013-04-11 09:13:57 UTC
What files do you expect to add them into? you mean <default> instead of <accept> and add them into 45-latin.conf?
Comment 2 Orion Poplawski 2013-04-12 22:52:13 UTC
I'm afraid I really don't know much about fontconfig internals.  I just have this in my /etc/fonts/local.conf (examples taken from the web), and I see what look to be similar entries in 45-latin.conf for other faces.
Comment 3 Akira TAGOH 2013-08-21 04:14:11 UTC
modified a bit and committed into git.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.