I have trouble getting Roboto to come through on Prince version: <princexml.version>20160124</princexml.version>
which I believe is Prince 11.
I can get other fonts through but not Roboto, which is what our brand calls for. I run the same code through Prince 12 and it works fine. I've tried many different ways, include loading the roboto.ttf in my directory. How can I get this to work on Prince 11 (version 20160124)?
<html>
<head>
<link href="roboto.ttf">
<style>
html {
font-family: "Roboto", sans-serif;
}
</style>
</head>
<body>
<div>EQUIPMENT REPORTS</div>
</body>
</html>
which I believe is Prince 11.
I can get other fonts through but not Roboto, which is what our brand calls for. I run the same code through Prince 12 and it works fine. I've tried many different ways, include loading the roboto.ttf in my directory. How can I get this to work on Prince 11 (version 20160124)?
<html>
<head>
<link href="roboto.ttf">
<style>
html {
font-family: "Roboto", sans-serif;
}
</style>
</head>
<body>
<div>EQUIPMENT REPORTS</div>
</body>
</html>