@font-face {
    font-family:gothic-pixel;
    src: url(font/GothicPixels.ttf);
}
@font-face {
    font-family:h4; src: url(font/BirchLeaf.ttf);
}
@font-face {
    font-family:paragrah;
    src: url(font/alagard.ttf);
}
@font-face {
    font-family: h2;
    src: url(font/DeiGrat.ttf);
}
h1 {
    font-family:gothic-pixel;
    font-size: 50px;
}
h3 {
    font-family:h4;
    font-size: 20px;
}
h4 {
    font-family:paragrah;
    font-size: 15px;
    color: #ffffff;
}
h2 {
    font-family: h2;
    font-size: 33px;
}

