Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2



Bart Mathias writes:

 > bart@example.com:~$  NO FONT WAS FOUND Name["Sans"]

Something's misconfigured.  In standard fontconfig, that should be
spelled "sans-serif", but it should nonetheless work:

------------------------------------------------------------------------
<!--
  Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
	<match target="pattern">
		<test qual="any" name="family">
			<string>sans serif</string>
		</test>
		<edit name="family" mode="assign">
			<string>sans-serif</string>
		</edit>
	</match>

<!--
  Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
	<match target="pattern">
		<test qual="any" name="family">
			<string>sans</string>
		</test>
		<edit name="family" mode="assign">
			<string>sans-serif</string>
		</edit>
	</match>
------------------------------------------------------------------------

from /etc/fonts/fonts.conf in Debian.  See what your fonts.conf says
(it's probably in the same place, but if not, try "find etc -name
fonts.conf").

Also try "fc-list sans" from the command line.




Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links