Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 390853

Summary: media-libs/fontconfig-2.8.0-r2: <test> tag for WOFF font fails, it's checked for firefox & konqueror
Product: Gentoo Linux Reporter: pavel <rw_iw>
Component: [OLD] LibraryAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.japantoday.com
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description pavel 2011-11-17 17:51:51 UTC
It fails to match against font family

<match target="pattern">
	<test qual="any" name="family">
		<string>Oswald</string>
	</test>
	<edit name="hinting" mode="assign">
		<bool>false</bool>
	</edit>
</match>

where Oswald is a WOFF font but with no <test> tag the property change succeeds

<match target="pattern">
	<edit name="hinting" mode="assign">
		<bool>false</bool>
	</edit>
</match>


Reproducible: Always
Comment 1 pavel 2011-11-17 17:52:25 UTC
Created attachment 292929 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-17 18:20:34 UTC
What's the URL for?
Comment 3 pavel 2011-11-17 20:20:02 UTC
There the font is downloaded and used:

<link href="http://fonts.googleapis.com/css?family=Oswald" media="all" rel="stylesheet" type="text/css">

No other reason besides this is the site where I bumped into the above mentioned problem - it's a sample only.
Comment 4 Ben de Groot (RETIRED) gentoo-dev 2013-02-08 13:53:11 UTC
Please report upstream if this is still an issue.