实例介绍
Adobe开发的编程字体Source Code Pro,官方完整版,包含TTF、EOT、OTF、WOFF和WOFF2等格式
【实例截图】
【核心代码】
4744302542906058644.rar
└── source-code-pro-2.030R-ro-1.050R-it
├── bower.json
├── EOT
│ ├── SourceCodePro-Black.eot
│ ├── SourceCodePro-BlackIt.eot
│ ├── SourceCodePro-Bold.eot
│ ├── SourceCodePro-BoldIt.eot
│ ├── SourceCodePro-ExtraLight.eot
│ ├── SourceCodePro-ExtraLightIt.eot
│ ├── SourceCodePro-It.eot
│ ├── SourceCodePro-Light.eot
│ ├── SourceCodePro-LightIt.eot
│ ├── SourceCodePro-Medium.eot
│ ├── SourceCodePro-MediumIt.eot
│ ├── SourceCodePro-Regular.eot
│ ├── SourceCodePro-Semibold.eot
│ └── SourceCodePro-SemiboldIt.eot
├── LICENSE.txt
├── OTF
│ ├── SourceCodePro-BlackIt.otf
│ ├── SourceCodePro-Black.otf
│ ├── SourceCodePro-BoldIt.otf
│ ├── SourceCodePro-Bold.otf
│ ├── SourceCodePro-ExtraLightIt.otf
│ ├── SourceCodePro-ExtraLight.otf
│ ├── SourceCodePro-It.otf
│ ├── SourceCodePro-LightIt.otf
│ ├── SourceCodePro-Light.otf
│ ├── SourceCodePro-MediumIt.otf
│ ├── SourceCodePro-Medium.otf
│ ├── SourceCodePro-Regular.otf
│ ├── SourceCodePro-SemiboldIt.otf
│ └── SourceCodePro-Semibold.otf
├── package.json
├── README.md
├── source-code-pro.css
├── TTF
│ ├── SourceCodePro-BlackIt.ttf
│ ├── SourceCodePro-Black.ttf
│ ├── SourceCodePro-BoldIt.ttf
│ ├── SourceCodePro-Bold.ttf
│ ├── SourceCodePro-ExtraLightIt.ttf
│ ├── SourceCodePro-ExtraLight.ttf
│ ├── SourceCodePro-It.ttf
│ ├── SourceCodePro-LightIt.ttf
│ ├── SourceCodePro-Light.ttf
│ ├── SourceCodePro-MediumIt.ttf
│ ├── SourceCodePro-Medium.ttf
│ ├── SourceCodePro-Regular.ttf
│ ├── SourceCodePro-SemiboldIt.ttf
│ └── SourceCodePro-Semibold.ttf
├── WOFF
│ ├── OTF
│ │ ├── SourceCodePro-BlackIt.otf.woff
│ │ ├── SourceCodePro-Black.otf.woff
│ │ ├── SourceCodePro-BoldIt.otf.woff
│ │ ├── SourceCodePro-Bold.otf.woff
│ │ ├── SourceCodePro-ExtraLightIt.otf.woff
│ │ ├── SourceCodePro-ExtraLight.otf.woff
│ │ ├── SourceCodePro-It.otf.woff
│ │ ├── SourceCodePro-LightIt.otf.woff
│ │ ├── SourceCodePro-Light.otf.woff
│ │ ├── SourceCodePro-MediumIt.otf.woff
│ │ ├── SourceCodePro-Medium.otf.woff
│ │ ├── SourceCodePro-Regular.otf.woff
│ │ ├── SourceCodePro-SemiboldIt.otf.woff
│ │ └── SourceCodePro-Semibold.otf.woff
│ └── TTF
│ ├── SourceCodePro-BlackIt.ttf.woff
│ ├── SourceCodePro-Black.ttf.woff
│ ├── SourceCodePro-BoldIt.ttf.woff
│ ├── SourceCodePro-Bold.ttf.woff
│ ├── SourceCodePro-ExtraLightIt.ttf.woff
│ ├── SourceCodePro-ExtraLight.ttf.woff
│ ├── SourceCodePro-It.ttf.woff
│ ├── SourceCodePro-LightIt.ttf.woff
│ ├── SourceCodePro-Light.ttf.woff
│ ├── SourceCodePro-MediumIt.ttf.woff
│ ├── SourceCodePro-Medium.ttf.woff
│ ├── SourceCodePro-Regular.ttf.woff
│ ├── SourceCodePro-SemiboldIt.ttf.woff
│ └── SourceCodePro-Semibold.ttf.woff
└── WOFF2
├── OTF
│ ├── SourceCodePro-BlackIt.otf.woff2
│ ├── SourceCodePro-Black.otf.woff2
│ ├── SourceCodePro-BoldIt.otf.woff2
│ ├── SourceCodePro-Bold.otf.woff2
│ ├── SourceCodePro-ExtraLightIt.otf.woff2
│ ├── SourceCodePro-ExtraLight.otf.woff2
│ ├── SourceCodePro-It.otf.woff2
│ ├── SourceCodePro-LightIt.otf.woff2
│ ├── SourceCodePro-Light.otf.woff2
│ ├── SourceCodePro-MediumIt.otf.woff2
│ ├── SourceCodePro-Medium.otf.woff2
│ ├── SourceCodePro-Regular.otf.woff2
│ ├── SourceCodePro-SemiboldIt.otf.woff2
│ └── SourceCodePro-Semibold.otf.woff2
└── TTF
├── SourceCodePro-BlackIt.ttf.woff2
├── SourceCodePro-Black.ttf.woff2
├── SourceCodePro-BoldIt.ttf.woff2
├── SourceCodePro-Bold.ttf.woff2
├── SourceCodePro-ExtraLightIt.ttf.woff2
├── SourceCodePro-ExtraLight.ttf.woff2
├── SourceCodePro-It.ttf.woff2
├── SourceCodePro-LightIt.ttf.woff2
├── SourceCodePro-Light.ttf.woff2
├── SourceCodePro-MediumIt.ttf.woff2
├── SourceCodePro-Medium.ttf.woff2
├── SourceCodePro-Regular.ttf.woff2
├── SourceCodePro-SemiboldIt.ttf.woff2
└── SourceCodePro-Semibold.ttf.woff2
10 directories, 103 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论