@font-face {
font-family: 'myfont';/*定义字体名称*/
src: url('font/BebasNeue.otf');/*兼容eot*/
font-weight: normal;
font-style: normal;
font-stretch:ultra-expanded;/*定义字体符合拉伸*/
}
