http://libs.useso.com/使用过WordPress或自己开发网页的时候都或多或少的遇到过google库文件加载问题,严重影响使用感受。对于开发者,有一个比较好的解决方案是将fonts.googleapis.comlibs.googleapis.comajax.googleapis....
解决方法很简单,安装启用 Disable Google Fonts 或者 Remove Open Sans font Link from WP core 其中之一即可。或者如果你没有使用WP自带的官方主题,那你添加下面的代码到当前所用的主题的 functions.php 中即可:/** * Word...
分类:
Web程序 时间:
2014-10-20 22:40:48
阅读次数:
237
原文:http://www.tuicool.com/articles/6bayeq 最近国内对google又开始了新一轮的屏蔽,很多wordpress用户发现一个现象,那就是网站前台和后台打开都非常慢,仔细观察,会发现每次都是加载fonts.googleapis.com时卡在这里。那这个是什么原因呢...
Linux安装字体的方式其实很简单,就是调用fc-cache -f -v命令,其实我们可以什么都不添加直接调用这个命令可以看到它会去/usr/share/fonts/truetype等目录以及你自己的个人用户目录~/.fonts/ ~/.local/share/fonts ~/.fontconfi....
分类:
系统相关 时间:
2014-10-15 17:35:21
阅读次数:
250
1.选择你喜欢的字体,下载字体文件字体参考:http://www.creativebloq.com/graphic-design-tips/best-free-fonts-for-designers-12333802.项目assets文件中新建font文件夹,将你的字体文件放在该文件夹中3.项目代码...
分类:
移动开发 时间:
2014-10-15 05:04:09
阅读次数:
250
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >> ja...
分类:
编程语言 时间:
2014-10-14 18:00:39
阅读次数:
222
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >>Bas...
分类:
Web程序 时间:
2014-10-14 17:12:39
阅读次数:
467
Chrome 37
Firefox 32
IE 8
TTF(TrueType)
○
○
○
╳
OTF(OpenType)
○
○
○
╳
WOFF
○
○
○
╳
SVG
╳
○
╳
╳
local()
╳
○
○
╳
EOT
╳
╳
╳
○
WOFF 2.0
╳
╳
...
分类:
Web程序 时间:
2014-10-14 00:14:27
阅读次数:
469
Windows下的雅黑字体,放到Ubuntu下面,效果其实更好,很有平滑淡雅的感觉方法:在/usr/share/fonts/truetype下面建立一个文件夹CustomizedFonts,把ttf文件复制到这里sudo cp -r CustomizedFonts /usr/share/fonts/...
分类:
系统相关 时间:
2014-10-12 14:40:28
阅读次数:
823
最近在CentOS6.4下使用其默认的文档查看器打开PDF文档时出现乱码的方块,有两种方法可以解决。 方法一:修改/etc/fonts/conf.d/49-sansserif.conf文件,如下:[html]view plaincopysans-serifserifmonospace文泉驿正黑将上面...
分类:
其他好文 时间:
2014-10-11 01:12:44
阅读次数:
182