NCPWGDRORUPDZLIBIXJ5UZZVX6OHYE7GQ7V2EUY2Y3GNB3LND5IQC Font_size = 36
if chord == 'C-r' then
if chord == 'C--' thenif Font_size > 2 thenFont_size = Font_size - 1love.graphics.setFont(love.graphics.newFont(Font_size))endelseif chord == 'C-=' thenFont_size = Font_size + 1love.graphics.setFont(love.graphics.newFont(Font_size))elseif chord == 'C-0' thenFont_size = 36love.graphics.setFont(love.graphics.newFont(Font_size))elseif chord == 'C-r' then