Chrome修复消失字体

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Chrome修复消失字体相关的知识,希望对你有一定的参考价值。

Chrome bug-fix. CSS forces Chrome to redraw the fonts
  1. body {
  2. -webkit-animation-delay: 0.1s;
  3. -webkit-animation-name: fontfix;
  4. -webkit-animation-duration: 0.1s;
  5. -webkit-animation-iteration-count: 1;
  6. -webkit-animation-timing-function: linear;
  7. }
  8.  
  9. @-webkit-keyframes fontfix {
  10. from { opacity: 1; }
  11. to { opacity: 1; }
  12. }

以上是关于Chrome修复消失字体的主要内容,如果未能解决你的问题,请参考以下文章

如何修复chrome和firefox之间的字体大小差异

css 修复chrome中的字体渲染

css 修复Chrome字体中的错误

在 Chrome 中刷新后 Font Awesome 图标消失

在 Chrome 中翻译后字体看起来很模糊

底部的标签随着文本编辑器字体大小的增加而消失