You're linking a .css file called theme.css, usually you'd have a few lines to specify fonts and charsizes and stuff, google up on using css to modify this stuff <3 There's a lot of info about it on the webz.
Edit:
It'd look something like this in your css file
h1 {
font-family: "Times New Roman", Times, serif;
}