{"id":21714471,"url":"https://github.com/frizbee/cryptofont-rails","last_synced_at":"2026-02-14T04:34:13.762Z","repository":{"id":59152590,"uuid":"141386826","full_name":"frizbee/cryptofont-rails","owner":"frizbee","description":"A sleek webfont for your favourite cryptocurrencies. Featuring 88 icons. CryptoFont by @AMPoellmann (alexanderpoellmann.com)","archived":false,"fork":false,"pushed_at":"2018-09-25T17:19:22.000Z","size":656,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T19:13:25.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/frizbee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-18T05:48:45.000Z","updated_at":"2020-02-13T16:15:01.000Z","dependencies_parsed_at":"2022-09-13T10:50:29.595Z","dependency_job_id":null,"html_url":"https://github.com/frizbee/cryptofont-rails","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/frizbee%2Fcryptofont-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizbee%2Fcryptofont-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizbee%2Fcryptofont-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizbee%2Fcryptofont-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frizbee","download_url":"https://codeload.github.com/frizbee/cryptofont-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618281,"owners_count":21134201,"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":"2024-11-26T00:35:30.816Z","updated_at":"2026-02-14T04:34:08.706Z","avatar_url":"https://github.com/frizbee.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptofont-rails\n\nCryptofont-rails provides the [Cryptofont](https://cryptofont.com/) web fonts and styles as Rails engine for use with the asset pipeline.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'cryptofont-rails'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cryptofont-rails\n\n## Usage\n\nIn your `application.css`, include the css file:\n```\n/*\n * require cryptofont\n */\n```\nThen restart your webserver if it was peviously running.\nCongratulation! You now have cryptofont icon support.\n\n### SASS Support\nIt you prefer SCSS, add this to your `application.css.scss` file:\n```\n@import \"cryptofont\";\n```\nIf you use the SASS indented syntax, add this to your `application.css.sass` file:\n```\n@import cryptofont\n```\n\n## Helpers\nThere are also some helpers `cf_icon` that make your views better read and cleaner.\n\n```ruby\ncf_icon \"btc\"\n# =\u003e \u003ci class=\"cf-btc\"\u003e\u003c/i\u003e\n\ncf_icon \"ltc\", text: \"Litecoin\"\n# =\u003e \u003ci class=\"cf-litecoin\"\u003e\u003c/i\u003e Litecoin\n\ncf_icon \"eth\", text: \"Ethereum\", right: true\n# =\u003e Ethereum \u003ci class=\"cf-eth\"\u003e\u003c/i\u003e\n\ncf_icon \"dash 4x\", text: \"Dash\"\n# =\u003e \u003ci class=\"cf-dash cf-4x\"\u003e\u003c/i\u003e\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/frizbee/cryptofont-rails.\n\n## License\n\n* The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n* The font is licensed under the SIL OFL 1.1 http://scripts.sil.org/OFL\n* The CSS files are licensed under the MIT License http://opensource.org/licenses/mit-license.htm\n* Attribution is not required, but much appreciated CryptoFont by @AMPoellmann (alexanderpoellmann.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrizbee%2Fcryptofont-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrizbee%2Fcryptofont-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrizbee%2Fcryptofont-rails/lists"}