Adding new Font and display under the Look & Feel | XM Community
Solved

Adding new Font and display under the Look & Feel


Badge +2
I am using CSS to add a new font type. How can I get the font type to display in the Look & Feel -> Style -> Font area? I can see that the font is applied to the survey but it does not appear in the list of available fonts. Here is my CSS.

@font-face {
font-family: Monteressat-Italic;
src: url(https://.qualtrics.com/Q/FilesSection/File.php?F=F_***);
}
icon

Best answer by Kate 10 July 2019, 19:28

View original

2 replies

Userlevel 7
Badge +19
I don't think you can. That is something that Qualtrics does. You can always apply your own custom CSS to change the font on individual surveys, but you won't be able to add it into the platform interface.
Userlevel 6
Badge +8

Hi Kate and I012208
I need to change the font for my survey can you give the full code you used?
In your example:
@font-face{
font-family: Monteressat-Italic;
src: url(https://******.qualtrics.com/Q/FilesSection/File.php?F=F_*********);
}
I'm assuming the Source URL wasn't an actual one? Did you load a font file into your files library and the link points to that? If so, where did you get the font file from?

Any help will be appreciated

Leave a Reply