# [Font Awesome v4.6.3](http://fontawesome.io)
### The iconic font and CSS framework
Font Awesome is a full suite of 634 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).
Get started at http://fontawesome.io!
## License
- The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
- https://opensource.org/licenses/mit-license.html
- The Font Awesome documentation is licensed under the CC BY 3.0 License:
- http://creativecommons.org/licenses/by/3.0/
- Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
- `Font Awesome by Dave Gandy - http://fontawesome.io`
- Full details: http://fontawesome.io/license/
## Changelog
- [v4.6.3 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9189)
- [v4.6.2 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9117)
- [v4.6.1 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/8962)
- [v4.6.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.6.0+is%3Aclosed)
- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed)
- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)
- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)
- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed)
- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed)
- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed)
- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed)
- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support
- v3.0.2 - much improved rendering and alignment in IE7
- v3.0.1 - much improved rendering in webkit, various bug fixes
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
## Contributing
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.
## Versioning
Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:
`<major>.<minor>.<patch>`
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes, changes to brand logos, and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org.
## Author
- Email: dave@fontawesome.io
- Twitter: http://twitter.com/davegandy
- GitHub: https://github.com/davegandy
## Component
To include as a [component](https://github.com/componentjs/component), just run
$ component install FortAwesome/Font-Awesome
Or add
"FortAwesome/Font-Awesome": "*"
to the `dependencies` in your `component.json`.
## Hacking on Font Awesome
**Before you can build the project**, you must first have the following installed:
- [Ruby](https://www.ruby-lang.org/en/)
- Ruby Development Headers
- **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
- **Windows:** [DevKit](http://rubyinstaller.org/)
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)
- [Less](http://lesscss.org/) (Run `npm install -g less` to install).
- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).
From the root of the repository, install the tools used to develop.
$ bundle install
$ npm install
Build the project and documentation:
$ bundle exec jekyll build
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
$ bundle exec jekyll -w serve
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
本资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,应该能够满足学习、使用需求,如果有需要的话可以放心下载使用。有任何问题也可以随时私信博主,博主会第一时间给您解答!!!本资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,应该能够满足学习、使用需求,如果有需要的话可以放心下载使用。有任何问题也可以随时私信博主,博主会第一时间给您解答!!!本资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,应该能够满足学习、使用需求,如果有需要的话可以放心下载使用。有任何问题也可以随时私信博主,博主会第一时间给您解答!!!本资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,应该能够满足学习、使用需求,如果有需要的话可以放心下载使用。有任何问题也可以随时私信博主,博主会第一时间给您解答!!!
资源推荐
资源详情
资源评论
收起资源包目录
Python基于Django旅游攻略论坛交流系统设计毕业源码案例设计+毕业设计+ Django + mysql.zip (341个子文件)
ff_index.css 162KB
bootstrap.css 144KB
bootstrap.css 141KB
bootstrap.css 134KB
bootstrap.min.css 120KB
bootstrap.min.css 111KB
bootstrap.min.css 111KB
animate.min.css 45KB
font-awesome.css 34KB
aos.css 31KB
font-awesome.min.css 28KB
demo1.css 24KB
wangEditor.css 19KB
wangEditor.css 18KB
base.css 17KB
wangEditor.min.css 15KB
wangEditor.min.css 15KB
widgets.css 11KB
forms.css 8KB
bootstrap-touch-slider.css 8KB
changelists.css 6KB
rtl.css 4KB
jquery.Jcrop.css 3KB
jquery.Jcrop.css 3KB
edit_guide.css 3KB
edit_guide.css 3KB
jquery.Jcrop.min.css 2KB
jquery.Jcrop.min.css 2KB
essay_list.css 2KB
essay_list.css 2KB
login.css 1KB
login_and_register.css 633B
login_and_register.css 633B
dashboard.css 464B
fonts.css 443B
main.css 217B
main.css 217B
essay_list.css~HEAD 2KB
fontawesome-webfont.eot 75KB
glyphicons-halflings-regular.eot 20KB
icomoon.eot 15KB
icomoon.eot 15KB
Jcrop.gif 329B
Jcrop.gif 329B
.gitignore 60B
home.html 33KB
setting.html 28KB
index.html 19KB
create_note.html 15KB
edit_form_img.html 9KB
edit_form_s_title.html 9KB
edit_form_text.html 9KB
login.html 8KB
register.html 7KB
view_note.html 4KB
header.html 3KB
view_essay.html 2KB
guide_index.html 2KB
base_with_menu.html 2KB
404.html 135B
footer.html 101B
uwsgi.ini 525B
b6377e49-b955-5cff-948a-8d9956bbbec3.jpeg 365KB
djy2.jpeg 186KB
yn3.jpg 1.77MB
enterdesk,com (2).jpg 1.77MB
djy1.jpg 992KB
xh3.jpg 390KB
def1a94b-1046-56e0-97b8-8b83939fbc47.jpg 342KB
bg-1.jpg 334KB
yn2.jpg 327KB
bg-beifen.jpg 312KB
xh2.jpg 310KB
df1.jpg 304KB
bg.jpg 304KB
32417902-3701-5921-affa-f76bc6dceb0d.jpg 285KB
beijing_lvse_fengye.jpg 261KB
lgh3.jpg 248KB
xh_dq.jpg 223KB
df5.jpg 218KB
df4.JPG 174KB
beijing_qingxin_shui.jpg 174KB
lgh1.jpg 145KB
2011051017584162748.jpg 132KB
xh5.jpg 92KB
yn1.jpg 90KB
bbfe2836-bfab-564f-9968-ba78618d12e8.jpg 85KB
e016dc93-0772-5bd2-99b1-831688deff0e.jpg 77KB
default_user_home_images.jpg 76KB
df2.jpg 73KB
bbfe2836-bfab-564f-9968-ba78618d12e8.jpg 64KB
e016dc93-0772-5bd2-99b1-831688deff0e.jpg 58KB
xh4.jpg 49KB
d5d002ab-bfd0-5f08-8c00-885b5409d2c1.jpg 44KB
title.jpg 42KB
d5d002ab-bfd0-5f08-8c00-885b5409d2c1.jpg 33KB
df3.jpg 28KB
xh1.jpg 23KB
84143a90-bb7a-11ea-b3e2-e4029b8604f6_user2.jpg 23KB
84143a90-bb7a-11ea-b3e2-e4029b8604f6_user2.jpg 17KB
共 341 条
- 1
- 2
- 3
- 4
资源评论
白话机器学习
- 粉丝: 1w+
- 资源: 7671
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- js基础但是这个烂怂东西要求标题不能少于10个字才能上传然后我其实还没有写完之后再修订吧.md
- electron-tabs-master
- Unity3D 布朗运动算法插件 Brownian Motion
- 鼎微R16中控升级包R16-4.5.10-20170221及强制升级方法
- 鼎微R16中控升级包公版UI 2015及强制升级方法,救砖包
- 基于CSS与JavaScript的积分系统设计源码
- 生物化学作业_1_生物化学作业资料.pdf
- 基于libgdx引擎的Java开发连连看游戏设计源码
- 基于MobileNetV3的SSD目标检测算法PyTorch实现设计源码
- 基于Java JDK的全面框架设计源码学习项目
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功