所以我看了,看了,看了,改了,试了,但我一辈子都不能让它发挥作用。有没有人知道问题出在哪里?
@font-face {
font-family: 'customFont';
src: url('www.100%CorrectURL.com/font.eot');
src: url('www.100%CorrectURL.com/font.eot?#iefix') format('embedded-opentype'),
url('www.100%CorrectURL.com/font.woff') format('woff'),
url('www.100%CorrectURL.com/font.ttf') format('truetype'),
url('www.100%CorrectURL.com/font.svg#paulmaulregular') format('svg');
font-weight: normal;
font-style: normal;
}
URL 绝对正确(我已经更改了上述源中的那个),但由于某种原因,它只是没有将字体加载到页面中。