Field widget

If you want to use the Render using monospace font setting for the Field widget, and your project was originally created in a release earlier than HATS V7.0, you must update your CSS files as follows:
  1. Add the following class to the whitetheme.css, graytheme.css, monochrometheme.css, tantheme.css, and blacktheme.css files:
    .HF {
      font-family: courier new, monospace;
    }
  2. Remove font-family: monospace from all of the H-color (HATS color) classes of all CSS files.