change fonts
I tried embedding the code for Google fonts in the header.php file according to instructions:
<link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>
and added the font to the style.css file:
font-family: 'Squada One', cursive;
but I'm still not seeing these fonts. Any idea where I went wrong? If I can't get these fonts to work (the plugin does not work for me) how do I just change the paragraph and h1 fonts and their size? thanks!