{"id":26063975,"url":"https://github.com/at-ui/feather-font","last_synced_at":"2025-07-18T09:39:16.672Z","repository":{"id":23562526,"uuid":"99334982","full_name":"AT-UI/feather-font","owner":"AT-UI","description":"Iconfont version of Feather (Fork from feather)","archived":false,"fork":false,"pushed_at":"2024-02-19T02:07:23.000Z","size":3210,"stargazers_count":249,"open_issues_count":12,"forks_count":41,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T08:38:09.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://at-ui.github.io/feather-font/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AT-UI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-04T11:05:25.000Z","updated_at":"2025-03-28T15:12:17.000Z","dependencies_parsed_at":"2024-12-06T17:10:42.679Z","dependency_job_id":"be0cae3d-3074-4da6-bfd0-9f8d44c1408d","html_url":"https://github.com/AT-UI/feather-font","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AT-UI%2Ffeather-font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AT-UI%2Ffeather-font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AT-UI%2Ffeather-font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AT-UI%2Ffeather-font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AT-UI","download_url":"https://codeload.github.com/AT-UI/feather-font/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054227,"owners_count":21039952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-08T17:57:49.016Z","updated_at":"2025-04-09T14:06:24.920Z","avatar_url":"https://github.com/AT-UI.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feather Font\n\n\u003e This is a iconfont version of Feather. Thanks to [colebemis](https://github.com/colebemis) for the great work!\n\n## What is Feather?\n\nFeather is a collection of **simply beautiful open source icons**. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.\n\n**[feathericons.com](https://feathericons.com)**\n\n## What is Feather Font?\n\nFeather font is icon font for websites, apps. It gives you scalable vector icons that can instantly be customized -- size, color, drop shadow, and anything that can be done with the power of CSS.\n\n## Quote as Font-class\n\nFont-class is one kind of derived usage of Unicode, which solved the problems of intuitive writing and semantic ambiguity\n\nCompared with Unicode, its characteristics as following:\n- Good compatibility, it supports IE 8+ and all usual browsers.\n- When you want to change one icon, you just need to alter the quote of Unicode in class, because it define icons by “class”.\n- But its one kind of font essentially, it can not support multi-color icon as well.\n\n## Usage\n\n1. Define the Feather font\n\n```css\n@font-face {\n  font-family: \"feather\";\n  src: url('iconfont.eot?t=1501834582692'); /* IE9*/\n  src: url('iconfont.eot?t=1501834582692#iefix') format('embedded-opentype'), /* IE6-IE8 */\n  url('iconfont.woff?t=1501834582692') format('woff'), /* chrome, firefox */\n  url('iconfont.ttf?t=1501834582692') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/\n  url('iconfont.svg?t=1501834582692#feather') format('svg'); /* iOS 4.1- */\n}\n```\n\n2. Define the style of iconfont usage\n\n```css\n.icon {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: 'feather' !important;\n  speak: none;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1;\n\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n```\n\n3. Copy the individual code of icon into pages.\n\n```html\n\u003ci class=\"icon icon-xxx\"\u003e\u003c/i\u003e\n```\n\n## Use CDN\n\nIf you intend to use Feather Font with a CDN, you can load the css from a CDN provider.\n\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"//at.alicdn.com/t/font_o5hd5vvqpoqiwwmi.css\"\u003e\n```\n\nAnd then use the `feather` and `icon-xxx` class\n\n```html\n\u003ci class=\"feather icon-xxx\u003e\u003c/i\u003e\n```\n\n\u003e the name of `icon-xxx`, you can check the document above.\n\n## Sketch Document\n\n![](src/feather.jpg)\n\nSketch document in `src/feather.sketch`\n\n## [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat-ui%2Ffeather-font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fat-ui%2Ffeather-font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat-ui%2Ffeather-font/lists"}