@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; */
}