magnifytext<-function(){
theme(plot.title = element_text(lineheight=.8, size=12,face="bold"))+
theme(axis.text=element_text(size=12),
axis.title=element_text(size=12,face="bold"))+
theme(legend.text = element_text(colour="black", size = 12, face = "bold"))+
theme(legend.title = element_text(colour="black", size = 12, face = "bold"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.