Remove bold font

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2019-09-30 12:49:57 -03:00
parent 2092690206
commit b1a307a8e5
1 changed files with 0 additions and 4 deletions

View File

@ -147,10 +147,6 @@ public interface Constantes {
* The normal font to use
*/
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