Copy link to clipboard
Copied
I am creating responsive HTML5 output from FrameMaker. Can you embed a custom font so the output looks correct no matter what fonts are installed on the users' machine?
Copy link to clipboard
Copied
Sure, this can be done -- I have this working at present. I've set things up as follows:
@font-face {
font-family: MyFont;
src: url("fonts/myfont.eot");
}
You can then zip everything back up as an sts file and use it to publish.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more