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 CSA_HOME/CSA_HOME/standalone/deployments/csa.war/custom/custom.css file in a text editor (where

    CSA_HOME is the directory in which CSA is installed.

    ).
  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.