The same font works with Flex, where I have tried
@font-face {
src: url("myfont.ttf");
fontFamily: "myfont";
embedAsCFF: true;
}
and it works for any language.
With system fonts, it works fine without embedding font.
The same font works with Flex, where I have tried
@font-face {
src: url("myfont.ttf");
fontFamily: "myfont";
embedAsCFF: true;
}
and it works for any language.
With system fonts, it works fine without embedding font.