/* @import url('https://fonts.googleapis.com/css?family=Inconsolata'); */



/* @font-face {
    font-family: 'LXGW WenKai';
    src: url('/assets/font/LXGWWenKai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
button.md-top {
    font-family: "LXGW WenKai", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: lighter;
} */
@font-face {
  font-family: "LXGW WenKai";
    src: url('/assets/font/LXGWWenKai-Light.ttf') format('truetype');
    font-weight: normal;    
}

body {
font-family: "LXGW WenKai";
font-weight: normal;
}


button.md-top {
    font-family: LXGW WenKai;
    font-size: 16px;
    font-weight: lighter;
}