font = {
    default = love.graphics.setNewFont(20),
    gametitle = love.graphics.setNewFont(40)
}

return font