@font-face {
    font-family: "ARIAL";
    src: url("ARIAL.eot"); /* IE9 */
    src: url("ARIAL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("ARIAL.woff") format("woff"), /* chrome、firefox */
    url("ARIAL.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("ARIAL.svg#ARIAL") format("svg"); /* iOS 4.1- */
}

* {
    font-family: "ARIAL", "微软雅黑";
}

