@font-face {
font-family: 'futura';
src:url('./resource/play/fonts/futura.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
src:url('./resource/play/fonts/futura.ttf') format('truetype');
format ,用于说明,url加载的文件,是什么类型的字体
在这里 truetype 表示 ttf