I want to have a different h1 and h2 font depending on page, is there a plugin that can do this simply?
h1 and h2 tags are usually styled in css to display the same across the site. You could add more css rules. like <h1 id="red"> and set the rules then have another <h1 id="blue"> then use them in the html editor of post creation. You would have to add the rules to your themes css file.