How can I change the font in the Narrative Fields widget?

  • sxmgeneral
    Asked on May 17, 2017 at 12:31 PM

    How can I change the font in the Narrative Fields widget? (not the question, the info that is in the template area.)

    How can I change the font in the Narrative Fields widget? Image 1 Screenshot 20

     

  • Kiran Support Team Lead
    Replied on May 17, 2017 at 1:28 PM

    You may inject the following CSS code to the Custom CSS section of the widget.

    #content {

    font-family: monospace;

    font-size: 14px;

    }

    How can I change the font in the Narrative Fields widget? Image 1 Screenshot 30

    Here is how it looks like on the form with the CSS code above.

    How can I change the font in the Narrative Fields widget? Image 2 Screenshot 41

    You may change the font options in the CSS as per your requirement. You may refer to the following website to know more about the font CSS options.

    https://www.w3schools.com/css/css_font.asp

    Hope this information helps!