Copy link to clipboard
Copied
I require an alternate FF Market font (Market Pro) version with adjusted glyphs. Some characters appear inverted, and I need to utilize this font for web purposes without retaining the original layout of the files. The characters that I need to change are m, n and u.
I can easily change them within Illustrator, but it uses the original characters when I use other platforms/web. I thought I could save out another glyph version of this font but I don't seem to be coming right.
Attached is an example
Copy link to clipboard
Copied
Hi @leandri123888! Ooo nice choice, I love this font. I see why you might want to use those alternate characters to help with legibility. To access them within the font you can use the 'Stylistic Set 8'. To implement this for web you can use the following CSS code:
font-feature-settings: "ss08" 1;
You’ll also need to make sure that OpenType features are enabled in your Web Projects editor.
Hope this helps,
Jake