Jessica - hi there! we have a dilemma where we ...

hi there! we have a dilemma where we use a licensed Adobe font, so we can't download a woff file or similar, so in our own app we include a <link rel="stylesheet" href="https://use.typekit.net/<insert our code>.css" /> -- is there a workaround for this to get this font into the embed as our fonts still render differently even with ones we've tried to get online?
4 Replies
shikharTS
shikharTS4w ago
If this css file is accessible through the internet? You can add customCSS file in TS init as well https://developers.thoughtspot.com/docs/tutorials/style-customization/tutorial#_03_css_styles. Have you tried this?
Style customization tutorial
This is a self-guided course on style customization of the Visual Embed SDK components
Jessica
JessicaOP4w ago
thank you! I tried that but I get "Failed to decode downloaded font" and "OTS parsing error: invalid sfntVersion"?
shikharTS
shikharTS4w ago
@Ruchi Anand
yuichirio_ha
yuichirio_ha3w ago
Hey @Jessica , would like to know if the font file is .woff, woff2 format or not? Could you try with those two formats only. And if not working, can you provide the font file you are trying to work with? Thanks

Did you find this page helpful?