Forum How do I...?

Warning when using Google Fonts

nico
Hi,

When I use Google Fonts, Prince displays a warning about cyclic redirection. I would like to know if there is a clean way to use these fonts so that Prince doesn’t display the warnings. If not, is it possible to reduce the verbosity so that Prince doesn’t display warnings, but only errors?

<!DOCTYPE html>
<html>
<head>
	<title>Warning when using Google Fonts</title>
	<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
	<style>
	body {
		font-family: 'Open Sans', sans-serif;
	}
	</style>
</head>
<body>
	<h1>TEST</h1>
	<code>prince: warning: cyclic @font-face redirect to "Open Sans"</code>
</body>
</html>
mikeday
Which version of Prince are you using? This should be fixed in Prince 10 and the latest builds.
nico
I am using Prince 9.0 rev 5.
mikeday
In that case this could be the perfect time to upgrade. :D
nico
I am dreaming of it ;-)