@font-face {
font-family: 'web_woff_weizhi'; #字体代号(用于引用)
src: url('字体连接') format('woff'); #字体连接和字体类型
font-weight: 600; #字体大小
font-style: normal; #字体样式
}
body, button, select, input, textarea{
font-family: 'web_woff_weizhi';
font-weight: 500;
}