I couldn't find a way to reduce the font size of the numbers inside the venn diagram plot. Here are the commands that i have used to produce the plot.
library("limma")
tissue_ven <- vennCounts(tissue_all)
vennDiagram(tissue_ven, names = c("INTERNODE", "LEAF", "ROOT", "SILIQUE", "SEEDLING"), cex = 1, lwd = 1, circle.col= " blue", counts.col="red")
Thanks in advance for help.