Additional Fonts | XM Community
Skip to main content
Solved

Additional Fonts

  • October 11, 2018
  • 2 replies
  • 86 views

Is there a way to add fonts to the Look & Feel/Style menu for fonts? I would like to add Garamond to the list of fonts, but the closest I can find is the Georgia font.

Best answer by TomG

You can add fonts using Custom CSS under Look & Feel. You'll have to figure out the correct CSS rules you need to override. The font has to be installed on the respondent's computer in order to be used. If it isn't there it will go to the next font in the font-family. You can specify downloadable fonts in the CSS. See https://www.w3schools.com/css/css3_fonts.asp.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • October 11, 2018
You can add fonts using Custom CSS under Look & Feel. You'll have to figure out the correct CSS rules you need to override. The font has to be installed on the respondent's computer in order to be used. If it isn't there it will go to the next font in the font-family. You can specify downloadable fonts in the CSS. See https://www.w3schools.com/css/css3_fonts.asp.

  • Author
  • October 12, 2018
It worked like a charm!! Thanks.