Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390853 - media-libs/fontconfig-2.8.0-r2: <test> tag for WOFF font fails, it's checked for firefox & konqueror
Summary: media-libs/fontconfig-2.8.0-r2: <test> tag for WOFF font fails, it's checked ...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL: http://www.japantoday.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 17:51 UTC by pavel
Modified: 2013-02-08 13:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info.log,5.82 KB, text/plain)
2011-11-17 17:52 UTC, pavel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.