I want to change the stylesheets on a wordpress blog so the default font is Baskerville. I’m not too experienced with editing CSS files, anyone here good at that? I know how to manually make each paragraph Baskerville.
Try adding this line:
body { font-family:”Comic Sans MS”, serif; }
Perhaps you’ll need to adjust the name of the font though. :-)
I want to change the stylesheets on a wordpress blog so the default font is Baskerville. I’m not too experienced with editing CSS files, anyone here good at that? I know how to manually make each paragraph Baskerville.
Try adding this line:
Perhaps you’ll need to adjust the name of the font though. :-)