Remove bold font

Signed-off-by: Chris Cromer <chris@cromer.cl>
Este commit está contenido en:
Chris Cromer 2019-09-30 12:49:57 -03:00
padre 2092690206
commit b1a307a8e5

Ver fichero

@ -147,10 +147,6 @@ public interface Constantes {
* The normal font to use * The normal font to use
*/ */
Font FONT = new Font("monospaced", Font.PLAIN, FONT_SIZE); Font FONT = new Font("monospaced", Font.PLAIN, FONT_SIZE);
/**
* The bold font to use
*/
Font BOLD_FONT = new Font("monospaced", Font.BOLD, FONT_SIZE);
/** /**
* Generate a random number between given min and max * Generate a random number between given min and max