Use font-spider tarantula to compress the font to report an error < web font not found >

clipboard.png

@font-face {
  font-family: fangzheng;
  src: url("../font/fangzheng.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: fangzheng;
  font-size: 1em;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

when executing, report
< web font not found >
what is the situation? I have reduced the npm to 4.6. everything else can be compressed normally and the font is well displayed

.
Mar.31,2021

font copied to font? if it is webpack, is font font not processed in module/loader

browser network take a look at the requested font resource path


I found the reason for my web font not found. I wrote @ media in css but can't write @ keyfames, in @ media. just move it out of @ media

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b377ca-2c0b4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b377ca-2c0b4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?