﻿@font-face {
    font-family: "ali";
    src: url('/fonts/AlimamaFangYuanTiVF-Thin-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html, * {
    font-family: 'ali', sans-serif;
    font-size:12px;
}
