I\'ve created a site using the Zurb Foundation 3 grid. Each page has a large h1:
h1
The "vw" solution has a problem when going to very small screens. You can set the base size and go up from there with calc():
font-size: calc(16px + 0.4vw);