Using Easy Google Fonts correctly and Droid Sans on Max OS X [closed]

Inside your CSS put the font-family inside your body { } tag and then it should work.

body {
  font-family: 'Droid Sans', serif;
}

Also I recommend setting a fallback font for the reason listed in W3C Schools CSS Web Safe Fonts

Best of luck 🙂