I am trying this:
It works in the browser, but PrinceXML won't stretch the font. Should I expect this to work, and look for an error on my side, or is this a known limitation? I am using PrinceXML version 15.1.
@font-face {
font-family: "Mono";
src: url("../fonts/NotoSansMono-VariableFont_wdth,wght.ttf");
font-stretch: 62.5%;
}
It works in the browser, but PrinceXML won't stretch the font. Should I expect this to work, and look for an error on my side, or is this a known limitation? I am using PrinceXML version 15.1.