this.extraLargeFont = new Font("Tahoma", Font.BOLD, 20);
this.largeFont = new Font("Tahoma", Font.BOLD, 14);
this.regularFont = new Font("Tahoma", Font.PLAIN, 12);
this.smallFont = new Font("Tahoma", Font.PLAIN, 10);
this.extraLargeFont = new Font("SansSerif", Font.BOLD, 20);
this.largeFont = new Font("SansSerif", Font.BOLD, 14);
this.regularFont = new Font("SansSerif", Font.PLAIN, 12);
this.smallFont = new Font("SansSerif", Font.PLAIN, 10);