2017-02-22 10:20:51 +03:00
---
2017-04-30 11:53:50 +03:00
title: Feather
description: Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity.
2017-05-13 02:32:49 +03:00
links:
- title: Donate
2017-05-13 07:42:36 +03:00
url: https://www.paypal.com/cgi-bin/webscr?cmd=_donations& business=G6CPFZ6PQRZW8& lc=US& item_name=Feather& currency_code=USD& bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
2017-05-13 02:32:49 +03:00
- title: GitHub
url: https://github.com/colebemis/feather
- title: Change Log
url: https://github.com/colebemis/feather/blob/gh-pages/CHANGELOG.md
- title: License
url: https://github.com/colebemis/feather/blob/gh-pages/LICENSE
- title: Contact
url: mailto:cole@colebemis.com
2017-02-22 10:20:51 +03:00
---
2017-02-22 10:12:06 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2017-02-22 10:57:21 +03:00
< meta charset = "UTF-8" >
2017-02-26 07:08:33 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2017-04-30 11:53:50 +03:00
< title > {{ page.title }}< / title >
< meta name = "description" content = "{{ page.description }}" >
< meta property = "og:title" content = "{{ page.title }}" >
< meta property = "og:description" content = "{{ page.description }}" >
2017-03-02 07:51:58 +03:00
< meta name = "twitter:card" content = "summary" >
2017-04-30 11:53:50 +03:00
2017-03-02 07:25:06 +03:00
< link rel = "shortcut icon" type = "image/png" href = "assets/favicon.png" >
2017-04-30 11:53:50 +03:00
2017-02-26 23:27:25 +03:00
< link href = "https://fonts.googleapis.com/css?family=Rubik:300,400" rel = "stylesheet" >
2017-05-13 02:32:49 +03:00
< link href = "https://unpkg.com/tachyons/css/tachyons.min.css" rel = "stylesheet" >
< link href = "style.css" rel = "stylesheet" >
2017-02-22 10:12:06 +03:00
< / head >
2017-05-13 02:32:49 +03:00
< body class = "ma0 rubik font-smoothing black-60 bg-near-white" >
2017-05-24 06:44:01 +03:00
< div class = "bg-white" >
2017-05-13 02:32:49 +03:00
{% include header.html %}
{% include icons.html %}
< / div >
2017-02-26 07:20:41 +03:00
{% include request.html %}
2017-05-13 02:32:49 +03:00
{% include footer.html links=page.links %}
< / script >
2017-02-22 10:12:06 +03:00
< / body >
< / html >