[Bug 619518] Review Request: aajohan-comfortaa - Modern style true type font

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 30 00:16:45 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=619518

--- Comment #6 from TK009 <john.brown009 at gmail.com> 2010-07-29 20:16:44 EDT ---
I am a new fonts packager myself having only done two fonts so far. I may be
wrong here however I see two things right away.

%global fontconf 60-%{fontname}.conf
Are you sure about the 60 setting? This may be a special case but generally you
would not set it at 60.

You fonconfig.conf doesn't look right.

#<?xml version ="1.0" encoding="UTF-8" ?>
#<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
#<fontconfig>
 #<alias binding="same">
 #<family>MgOpen Modata</finally>
 #<accept>
  #<family>Comfortaa</family>
 #</accept>
 #</alias>
#</fontconfig>

This is one from a font I was doing before I knew someone else was doing it.
There is a preferred and a default section.

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <alias>
    <family>sans-serif</family>
    <prefer>
      <family>Gillius</family>
    </prefer>
  </alias>
  <alias>
    <family>Gillius</family>
    <default>
      <family>sans-serif</family>
    </default>
  </alias>
</fontconfig>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list