@font-face
{
    font-family: myGaramond;
    src: url("fonts/garamond.ttf");
}

@font-face
{
    font-family: MyEurostile;
    src: url("fonts/Eurostile.ttf");
}

body {
    font-family: MyEurostile, Eurostile, EB Garamond, Garamond, myGaramond, Verdana; 
    /*font-family: myYaHei, myYouYuan; */
}


h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }