此特定字体的跨进程字体加载中断。当我在除 Chrome 之外的所有浏览器上加载 Google Web 字体时,它们都显示得很好。
关于如何排除故障和加载字体的任何想法都会有所帮助!
HTML
<link href='https://fonts.googleapis.com/css?family=Lobster+Two:700italic' rel='stylesheet' type='text/css'>
CSS
h1, h1 a{
font-family: 'Lobster Two', cursive;
color:#441D0E;
line-height:40px;
}