谷歌字体网址
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了谷歌字体网址相关的知识,希望对你有一定的参考价值。
IE9 renders google fonts nicer when combining two fonts into the same URL call in the style sheet.
<!-- Try doing this --> @import url(http://fonts.googleapis.com/css?family=Terminal+Dosis+Light|Lato); <!-- Instead of this --> @import url(http://fonts.googleapis.com/css?family=Terminal+Dosis+Light); @import url(http://fonts.googleapis.com/css?family=Lato);
以上是关于谷歌字体网址的主要内容,如果未能解决你的问题,请参考以下文章
谷歌浏览器调试jsp 引入代码片段,如何调试代码片段中的js