最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
网站使用苹果的pinghei字体的方法
时间:2022-06-25 09:31:52 编辑:袖梨 来源:一聚教程网
苹果发布iphone6中文官网使用了pinghei字体,字体文件大概2M大小,但是中文显示的效果却真的很好看,特别是放大以后比微软雅黑好看很多,下图就是iphone6发布时官网上的使用pinghei字体的宣传语。
既然pinghei字体那么好看,那么我们如何在自己的网站上使用该字体呢?博主就上网站扣了一下代码,下面介绍下方法,很简单~
1、首先需要加载字体库,苹果官网使用的是根据参数调用字体库
如果你不想用苹果的文件,你可以自己调用,下面是该文件的代码:
代码如下 | 复制代码 |
@font-face {
font-style:normal; font-weight:200; src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-light.woff") format("woff"), url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-light.ttf") format("truetype"); *src:url(''); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } /* IE8 and Below
----------------- */ @font-face { * *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-light.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } @font-face {
* *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-light.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } @font-face {
* *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-text.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } @font-face {
* *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-text.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } @font-face {
* *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-semibold.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } @font-face {
* *src:url("http://www.apple.com/wss/fonts/PingHei/v1/PingHei-bold.eot?") format("eot"); /* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd. All rights reserved. */ } |
"PingHei";
按照上面几部就可以在你的网站上使用苹果的pinghei字体了,很好看吧~
如果你不想使用苹果的字体文件,也可以下载下来,自己调用
相关文章
- 《燕云十六声》红尘无眼完成图文攻略 12-25
- 《燕云十六声》阴阳如影完成图文攻略 12-25
- 《燕云十六声》悬檐之下四架椽屋图文攻略 12-25
- 《燕云十六声》2024最新公测时间介绍 12-25
- 《燕云十六声》有没有藏宝阁 12-25
- 《燕云十六声》制作公司介绍 12-25