[Bug 378927] [meta] tracking bug for issues with pixel scaling at high dpis (resolutions)

2009-02-10 Thread bugzilla-daemon
Do not reply to this email.  You can add comments to this bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=378927


Bug 378927 depends on bug 469933, which changed state.

Bug 469933 Summary: Default window size is much bigger than its content if the 
display resolution is high
https://bugzilla.mozilla.org/show_bug.cgi?id=469933

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED



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

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 459680] qt/kde: font antialiasing was disabled by uming fontconfig file.

2009-02-10 Thread bugzilla
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=459680





--- Comment #62 from Caius kaio Chance ccha...@redhat.com  2009-02-10 
05:24:19 EDT ---
Could you tell me what is your testing env and procedures please?

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/vlgothic-fonts/devel import.log, NONE, 1.1 vlgothic-fontconfig-gothic.conf, NONE, 1.1 vlgothic-fontconfig-pgothic.conf, NONE, 1.1 vlgothic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1,

2009-02-10 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9696/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log vlgothic-fontconfig-gothic.conf 
vlgothic-fontconfig-pgothic.conf vlgothic-fonts.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
vlgothic-fonts-20090204-1_fc10:HEAD:vlgothic-fonts-20090204-1.fc10.src.rpm:1234266408


--- NEW FILE vlgothic-fontconfig-gothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL Gothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringmonospace/string
/test
edit name=family mode=prepend binding=same
stringVL Gothic/string
/edit
/match

alias
familymonospace/family
prefer
familyVL Gothic/family
/prefer
/alias

alias
familyVL Gothic/family
default
familymonospace/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fontconfig-pgothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL PGothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringsans-serif/string
/test
edit name=family mode=prepend binding=same
stringVL PGothic/string
/edit
/match

alias
familysans-serif/family
prefer
familyVL PGothic/family
/prefer
/alias

alias
familyVL PGothic/family
default
familysans-serif/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fonts.spec ---
%define priority66
%define fontnamevlgothic
%define archivename VLGothic-%{version}
%define fontconf%{priority}-%{fontname}
%define catalogue   %{_sysconfdir}/X11/fontpath.d
%define common_desc \
VLGothic provides Japanese TrueType fonts from the Vine Linux project.\
Most of the glyphs are taken from the M+ and Sazanami Gothic fonts,\
but some have also been improved by the project.

Name:   %{fontname}-fonts
Version:20090204
Release:1%{?dist}
Summary:Japanese TrueType font

License:mplus and BSD
Group:  User Interface/X
URL:http://dicey.org/vlgothic
Source0:http://vinelinux.org/~daisuke/vlgothic/%{archivename}.tar.bz2
Source1:%{fontname}-fontconfig-pgothic.conf
Source2:%{fontname}-fontconfig-gothic.conf
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  fontpackages-devel

Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts  20090204-1
Provides:   VLGothic-fonts = %{version}-%{release}
%description
%common_desc

This package provides the monospace VLGothic font.

%packagecommon
Summary:Common files for VLGothic Japanese TrueType fonts
Group:  User Interface/X
Requires:   fontpackages-filesystem

%descriptioncommon
%common_desc

This package consists of files used by other %{name} packages.

%package -n %{fontname}-p-fonts
Summary:Proportional Japanese TrueType font
Group:  User Interface/X
Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts-proportional  20090204-1
Provides:   VLGothic-fonts-proportional = %{version}-%{release}

%description -n %{fontname}-p-fonts
%common_desc

This package provides the VLGothic font with proportional glyphs for some
non-Japanese characters.

%prep
%setup -q -n VLGothic


%build
%{nil}


%install
rm -rf $RPM_BUILD_ROOT

install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}

install -m 0755 -d  $RPM_BUILD_ROOT%{_fontconfig_templatedir} \
$RPM_BUILD_ROOT%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-pgothic.conf
install -m 0644 -p %{SOURCE2} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-gothic.conf

for fconf in %{fontconf}-pgothic.conf %{fontconf}-gothic.conf; do
ln -s %{_fontconfig_templatedir}/$fconf 
$RPM_BUILD_ROOT%{_fontconfig_confdir}/$fconf
done


%clean
rm -rf ${RPM_BUILD_ROOT}


%files common
%defattr(0644, root, root, 0755)
%doc README* LICENSE*
%dir %{_fontdir}

%_font_pkg -f %{fontconf}-gothic.conf VL-Gothic-Regular.ttf

%_font_pkg -n p -f %{fontconf}-pgothic.conf VL-PGothic-Regular.ttf


%changelog
* Wed Feb  4 

rpms/vlgothic-fonts/devel vlgothic-fonts.spec,1.1,1.2

2009-02-10 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10757

Modified Files:
vlgothic-fonts.spec 
Log Message:
* Tue Feb 10 2009 Akira TAGOH ta...@redhat.com - 20090204-2
- clean up.


Index: vlgothic-fonts.spec
===
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/devel/vlgothic-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vlgothic-fonts.spec 10 Feb 2009 11:48:21 -  1.1
+++ vlgothic-fonts.spec 10 Feb 2009 11:53:19 -  1.2
@@ -2,7 +2,6 @@
 %define fontname   vlgothic
 %definearchivename VLGothic-%{version}
 %definefontconf%{priority}-%{fontname}
-%definecatalogue   %{_sysconfdir}/X11/fontpath.d
 %definecommon_desc \
 VLGothic provides Japanese TrueType fonts from the Vine Linux project.\
 Most of the glyphs are taken from the M+ and Sazanami Gothic fonts,\
@@ -10,7 +9,7 @@
 
 Name:  %{fontname}-fonts
 Version:   20090204
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Japanese TrueType font
 
 License:   mplus and BSD
@@ -94,6 +93,9 @@
 
 
 %changelog
+* Tue Feb 10 2009 Akira TAGOH ta...@redhat.com - 20090204-2
+- clean up.
+
 * Wed Feb  4 2009 Akira TAGOH ta...@redhat.com - 20090204-1
 - New upstream release.
 - Update spec file for new packaging policy.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/vlgothic-fonts/F-10 import.log, NONE, 1.1 vlgothic-fontconfig-gothic.conf, NONE, 1.1 vlgothic-fontconfig-pgothic.conf, NONE, 1.1 vlgothic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1,

2009-02-10 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12200/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log vlgothic-fontconfig-gothic.conf 
vlgothic-fontconfig-pgothic.conf vlgothic-fonts.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
vlgothic-fonts-20090204-2_fc11:F-10:vlgothic-fonts-20090204-2.fc11.src.rpm:1234267291


--- NEW FILE vlgothic-fontconfig-gothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL Gothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringmonospace/string
/test
edit name=family mode=prepend binding=same
stringVL Gothic/string
/edit
/match

alias
familymonospace/family
prefer
familyVL Gothic/family
/prefer
/alias

alias
familyVL Gothic/family
default
familymonospace/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fontconfig-pgothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL PGothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringsans-serif/string
/test
edit name=family mode=prepend binding=same
stringVL PGothic/string
/edit
/match

alias
familysans-serif/family
prefer
familyVL PGothic/family
/prefer
/alias

alias
familyVL PGothic/family
default
familysans-serif/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fonts.spec ---
%define priority66
%define fontnamevlgothic
%define archivename VLGothic-%{version}
%define fontconf%{priority}-%{fontname}
%define common_desc \
VLGothic provides Japanese TrueType fonts from the Vine Linux project.\
Most of the glyphs are taken from the M+ and Sazanami Gothic fonts,\
but some have also been improved by the project.

Name:   %{fontname}-fonts
Version:20090204
Release:2%{?dist}
Summary:Japanese TrueType font

License:mplus and BSD
Group:  User Interface/X
URL:http://dicey.org/vlgothic
Source0:http://vinelinux.org/~daisuke/vlgothic/%{archivename}.tar.bz2
Source1:%{fontname}-fontconfig-pgothic.conf
Source2:%{fontname}-fontconfig-gothic.conf
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  fontpackages-devel

Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts  20090204-1
Provides:   VLGothic-fonts = %{version}-%{release}
%description
%common_desc

This package provides the monospace VLGothic font.

%packagecommon
Summary:Common files for VLGothic Japanese TrueType fonts
Group:  User Interface/X
Requires:   fontpackages-filesystem

%descriptioncommon
%common_desc

This package consists of files used by other %{name} packages.

%package -n %{fontname}-p-fonts
Summary:Proportional Japanese TrueType font
Group:  User Interface/X
Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts-proportional  20090204-1
Provides:   VLGothic-fonts-proportional = %{version}-%{release}

%description -n %{fontname}-p-fonts
%common_desc

This package provides the VLGothic font with proportional glyphs for some
non-Japanese characters.

%prep
%setup -q -n VLGothic


%build
%{nil}


%install
rm -rf $RPM_BUILD_ROOT

install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}

install -m 0755 -d  $RPM_BUILD_ROOT%{_fontconfig_templatedir} \
$RPM_BUILD_ROOT%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-pgothic.conf
install -m 0644 -p %{SOURCE2} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-gothic.conf

for fconf in %{fontconf}-pgothic.conf %{fontconf}-gothic.conf; do
ln -s %{_fontconfig_templatedir}/$fconf 
$RPM_BUILD_ROOT%{_fontconfig_confdir}/$fconf
done


%clean
rm -rf ${RPM_BUILD_ROOT}


%files common
%defattr(0644, root, root, 0755)
%doc README* LICENSE*
%dir %{_fontdir}

%_font_pkg -f %{fontconf}-gothic.conf VL-Gothic-Regular.ttf

%_font_pkg -n p -f %{fontconf}-pgothic.conf VL-PGothic-Regular.ttf


%changelog
* Tue Feb 10 2009 Akira TAGOH ta...@redhat.com - 20090204-2
- clean 

rpms/vlgothic-fonts/F-9 import.log, NONE, 1.1 vlgothic-fontconfig-gothic.conf, NONE, 1.1 vlgothic-fontconfig-pgothic.conf, NONE, 1.1 vlgothic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1

2009-02-10 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12984/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log vlgothic-fontconfig-gothic.conf 
vlgothic-fontconfig-pgothic.conf vlgothic-fonts.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
vlgothic-fonts-20090204-2_fc11:F-9:vlgothic-fonts-20090204-2.fc11.src.rpm:1234267503


--- NEW FILE vlgothic-fontconfig-gothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL Gothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringmonospace/string
/test
edit name=family mode=prepend binding=same
stringVL Gothic/string
/edit
/match

alias
familymonospace/family
prefer
familyVL Gothic/family
/prefer
/alias

alias
familyVL Gothic/family
default
familymonospace/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fontconfig-pgothic.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font
test name=family
stringVL PGothic/string
/test
edit name=hinting mode=assign
boolfalse/bool
/edit
/match

match
test name=lang
stringja-jp/string
/test
test name=family
stringsans-serif/string
/test
edit name=family mode=prepend binding=same
stringVL PGothic/string
/edit
/match

alias
familysans-serif/family
prefer
familyVL PGothic/family
/prefer
/alias

alias
familyVL PGothic/family
default
familysans-serif/family
/default
/alias
/fontconfig


--- NEW FILE vlgothic-fonts.spec ---
%define priority66
%define fontnamevlgothic
%define archivename VLGothic-%{version}
%define fontconf%{priority}-%{fontname}
%define common_desc \
VLGothic provides Japanese TrueType fonts from the Vine Linux project.\
Most of the glyphs are taken from the M+ and Sazanami Gothic fonts,\
but some have also been improved by the project.

Name:   %{fontname}-fonts
Version:20090204
Release:2%{?dist}
Summary:Japanese TrueType font

License:mplus and BSD
Group:  User Interface/X
URL:http://dicey.org/vlgothic
Source0:http://vinelinux.org/~daisuke/vlgothic/%{archivename}.tar.bz2
Source1:%{fontname}-fontconfig-pgothic.conf
Source2:%{fontname}-fontconfig-gothic.conf
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  fontpackages-devel

Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts  20090204-1
Provides:   VLGothic-fonts = %{version}-%{release}
%description
%common_desc

This package provides the monospace VLGothic font.

%packagecommon
Summary:Common files for VLGothic Japanese TrueType fonts
Group:  User Interface/X
Requires:   fontpackages-filesystem

%descriptioncommon
%common_desc

This package consists of files used by other %{name} packages.

%package -n %{fontname}-p-fonts
Summary:Proportional Japanese TrueType font
Group:  User Interface/X
Requires:   %{name}-common = %{version}-%{release}
Obsoletes:  VLGothic-fonts-proportional  20090204-1
Provides:   VLGothic-fonts-proportional = %{version}-%{release}

%description -n %{fontname}-p-fonts
%common_desc

This package provides the VLGothic font with proportional glyphs for some
non-Japanese characters.

%prep
%setup -q -n VLGothic


%build
%{nil}


%install
rm -rf $RPM_BUILD_ROOT

install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}

install -m 0755 -d  $RPM_BUILD_ROOT%{_fontconfig_templatedir} \
$RPM_BUILD_ROOT%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-pgothic.conf
install -m 0644 -p %{SOURCE2} 
$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}-gothic.conf

for fconf in %{fontconf}-pgothic.conf %{fontconf}-gothic.conf; do
ln -s %{_fontconfig_templatedir}/$fconf 
$RPM_BUILD_ROOT%{_fontconfig_confdir}/$fconf
done


%clean
rm -rf ${RPM_BUILD_ROOT}


%files common
%defattr(0644, root, root, 0755)
%doc README* LICENSE*
%dir %{_fontdir}

%_font_pkg -f %{fontconf}-gothic.conf VL-Gothic-Regular.ttf

%_font_pkg -n p -f %{fontconf}-pgothic.conf VL-PGothic-Regular.ttf


%changelog
* Tue Feb 10 2009 Akira TAGOH ta...@redhat.com - 20090204-2
- clean up.


[Bug 477044] [Tracker] Deploy new font packaging guidelines for Fedora 11

2009-02-10 Thread bugzilla
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=477044


Bug 477044 depends on bug 477479, which changed state.

Bug 477479 Summary: Please convert to new font packaging guidelines
https://bugzilla.redhat.com/show_bug.cgi?id=477479

   What|Old Value   |New Value

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE



-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 477479] Please convert to new font packaging guidelines

2009-02-10 Thread bugzilla
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=477479


Akira TAGOH ta...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE




--- Comment #15 from Akira TAGOH ta...@redhat.com  2009-02-10 07:12:53 EDT ---
new package has been approved and available on devel, F-10 and F-9 now.

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 472635] Google Droid fonts licensing

2009-02-10 Thread bugzilla
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=472635





--- Comment #11 from Tom spot Callaway tcall...@redhat.com  2009-02-10 
11:05:25 EDT ---
It is worth noting that the Pro fonts are not under a Free License.

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 472635] Google Droid fonts licensing

2009-02-10 Thread bugzilla
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=472635





--- Comment #14 from Rex Camposagrado rex.camposagr...@ascendercorp.com  
2009-02-10 12:20:44 EDT ---
Correction to my previous Comment #12: While the necessity for Ascender to
(not) offer the Droid Pro fonts under a free license may not be extremely well
received by the open-source community,

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 476459] allow wqy-zenhei-fonts to be installed by default in @chinese-support group

2009-02-10 Thread bugzilla
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=476459





--- Comment #9 from Qianqian Fang fan...@gmail.com  2009-02-10 14:34:49 EDT 
---
here I have a problem: in 44-wqy-zenhei.conf, I used alias sections to set the
preferences, I remember this is the recommended way of setting the priorities,
however, if I want to use lang tags, I may have to write this whole section
using match and prepend, or kill the whole section. 

Jens, is this what you want to do?



alias
familyserif/family
prefer
familyBitstream Vera Serif/family
familyDejaVu Serif/family
familyWenQuanYi Zen Hei/family
/prefer
/alias
alias
familysans-serif/family
prefer
familyBitstream Vera Sans/family
familyDejaVu Sans/family
familyWenQuanYi Zen Hei/family
/prefer
/alias
alias
familymonospace/family
prefer
familyBitstream Vera Sans Mono/family
familyDejaVu Sans Mono/family
familyWenQuanYi Zen Hei Mono/family
/prefer
/alias

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 70132] Support @font-face

2009-02-10 Thread bugzilla-daemon
Do not reply to this email.  You can add comments to this bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=70132


David Baron [:dbaron] dba...@dbaron.org changed:

   What|Removed |Added

   Keywords|helpwanted, qawanted|




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

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list