Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本地开发-laravel网页加载慢 #1

Closed
FupingQiu opened this issue Jul 12, 2018 · 2 comments
Closed

本地开发-laravel网页加载慢 #1

FupingQiu opened this issue Jul 12, 2018 · 2 comments

Comments

@FupingQiu
Copy link
Owner

提醒:GET https://fonts.googleapis.com/css?family=Raleway:100,600 net::ERR_CONNECTION_TIMED_OUT

@FupingQiu
Copy link
Owner Author

http://www.xgllseo.com/?p=5808
google不能访问这个不解释,最可靠的方法就是本地加载谷歌字体资源

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
改为
@import url(googleapis-fonts/fonts.css);
本地下载:googleapis-fonts-201609.zip
http://download.csdn.net/detail/k_shmily/9651716

@FupingQiu
Copy link
Owner Author

下载googleapis-fonts-201609.zip资源,找到app.css相应目录,解压zip到该层目录,使用
@import url(googleapis-fonts/fonts.css/css?family=Raleway:300,400,600);
代替
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant