question about import google file
Posted rocky-fang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了question about import google file相关的知识,希望对你有一定的参考价值。
1. question descibe;
once, one css file(app.css) of my web project has sentence like this:
@import url(http://fonts.googleapi.com/css?family=Source+Sans+Pro:300,400,600,400italic);
then if you refresh your web page, you will wait a long time until the page dead.
so what‘s wrong???
2. Reason:
when you are in somearea that not allowed to connect to the whole internet, that means you cannot get the file ,
so the brower will connect all the time.
3. Solution:
change the code like this:
@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:300,400,600,400italic);
republish the project to the web server.
以上是关于question about import google file的主要内容,如果未能解决你的问题,请参考以下文章
Very important notes about Spring @Transnational(Srping事务注解 @Transnational重要注意事项)
原创翻译 Ten Questions About the NBA's First All-Star Draft
Askbot 安装 - /questions/ 处的 TemplateSyntaxError 无效块标签:'import'