这是我的 CSS 代码:
字体不工作。我错过了什么?
我想提一下,它没有安装在本地操作系统上,我确信 URL 会准确地转到字体
@font-face {
font-family: 'ma';
src: url('http://localhost/header/images/FS_Old.ttf');
}
.menu_head {
width: 100%;
position: relative;
height: 30px;
font-family: 'ma';
}