Hi, How can i make all headings the verdana font?
I installed the google font plugin but the font wasnt in there
Thanks
Hi simonac!
Please add following code to Quick CSS
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Geneva, sans-serif!important; }
Cheers!
Yigit
Thanks!