export interface CourierFont {
  family?: string;
  size?: number;
  color?: string;
}
