On a survey I’m using I would like to add in the ‘Look & Feel’ external CSS a code that will override ONLY IN SOME LANGUAGES the default font and will choose the font from my library (the code I guess will contain a URL).
Anyone ever done that?
(@vgayraud I’m tagging you here, as it seems you have lot’s of knowledge when it comes to these tricks… and you just saved my life in another post)
Page 1 / 1
@Tom_1842 maybe you have an idea how to solve this issue?
@deveer if you have a short survey consisting of few questions then you can try adding font style manually to that specific language you want.
omkarkewat's method should work here. If they are custom fonts, you could also try getting the URLs of the tff files saved to your Qualtrics library by clicking "View file", then right click "View", then "Copy link address". Then try adding the below to the HTML/Source view "<>" of the survey's Header in the General section of the Look & Feel, updating the URLs with the ones from your library. On every page of the survey, the fonts will be loaded and then JavaScript will check the language code and adjust the font of everything on the screen accordingly.