Administer > Configure CSA > Cloud Service Management Console > Customize the Cloud Service Management Console Font

Customize the Cloud Service Management Console Font

The font used by the Cloud Service Management Console can be customized. You can change the font if you are a user who has access to the system on which CSA is running. To change the font, on the system running CSA, do the following:

  1. Open the <PERSISTENT_VOLUME_PATH>/sync/csa/jboss-as/standalone/deployments/csa.war/custom/custom.css file in a text editor.
  2. At the end of the file, add the following:

    html, body {
    font-family: <font_name>;
    }

    where <font_name> is the font used by the Cloud Service Management Console.

    For example, to change the font to Arial, add the following to the file:

    html, body {
    font-family: Arial;
    }

  3. Save and exit the file.
  4. Log in to the Cloud Service Management Console to view the changes. If you are already logged in, clear the browser cache (see Clear the web browser cache for information about how to clear the web browser cache) and refresh the browser.