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?
3 Replies
shikharTS
shikharTS2d 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
JessicaOP2d ago
thank you! I tried that but I get "Failed to decode downloaded font" and "OTS parsing error: invalid sfntVersion"?
shikharTS
shikharTS2d ago
@Ruchi Anand

Did you find this page helpful?