You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

font.css 476 B

2 years ago
12345678910111213
  1. @font-face {
  2. font-family: Alibaba;
  3. src: url('./ALIBABA-PUHUITI-MEDIUM.TTF');
  4. font-display: swap;
  5. }
  6. @font-face {
  7. font-family: 'DingTalk-JinBuTi';
  8. src: url('./DingTalk-JinBuTi.woff2') format('woff2'), /* 最优先使用 woff2 */
  9. url('./DingTalk-JinBuTi.woff') format('woff'), /* 兼容性较好的 woff */
  10. url('./DingTalk-JinBuTi.ttf') format('truetype'); /* ttf 作为备选 */
  11. font-display: swap; /* 优化页面加载时的字体显示 */
  12. }