# Overrides the default RMS.scheme in RMSTREE/etc
# 4/1/15
# Malcolm Kesson
  
set consoleFontSize 14
Option define FixedFont "courier $consoleFontSize bold"
Option add *Console.font [Option lookup FixedFont]
  
Option define TinyFont "helvetica -12"
Option define TinyFixedFont "courier -12"
::RMS::LogMsg INFO "The custom RMS.scheme has set the font size to $consoleFontSize pixels."