In your css file/definition ... add something like this and tamper with it till its to your exact liking:
h1 {
font-weight: 800;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 0px;
font-size: 150%;
color: #000000;
}
h2 {
font-weight: 400;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 0px;
font-size: 100%;
color: #000000;
}
...or similar
|