Use Merriweather in 30 seconds! Add this as the first element in the
<head> of your HTML:
<link href=’http://fonts.googleapis.com/css?family=Merriweather’
rel=’stylesheet’ type=’text/css’>
Then add Merriweather to your CSS font stacks like any other font, for example:
h1 { font-family: ‘Merriweather’, Georgia, serif; }
