{"id":19568256,"url":"https://github.com/codersakl/laravel-elixir-fonts","last_synced_at":"2026-02-05T08:32:24.715Z","repository":{"id":48121798,"uuid":"55632772","full_name":"CodersAKL/laravel-elixir-fonts","owner":"CodersAKL","description":"This is a simple gulp-iconfont wrapper for Laravel Elixir","archived":false,"fork":false,"pushed_at":"2021-08-05T16:38:44.000Z","size":21,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T22:23:05.830Z","etag":null,"topics":["elixir","fonts","icon","icon-fonts","laravel","laravel-elixir"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/CodersAKL.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}},"created_at":"2016-04-06T18:57:09.000Z","updated_at":"2021-08-05T16:38:45.000Z","dependencies_parsed_at":"2022-08-12T19:01:05.520Z","dependency_job_id":null,"html_url":"https://github.com/CodersAKL/laravel-elixir-fonts","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/CodersAKL/laravel-elixir-fonts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Flaravel-elixir-fonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Flaravel-elixir-fonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Flaravel-elixir-fonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Flaravel-elixir-fonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodersAKL","download_url":"https://codeload.github.com/CodersAKL/laravel-elixir-fonts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Flaravel-elixir-fonts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267081170,"owners_count":24032834,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","fonts","icon","icon-fonts","laravel","laravel-elixir"],"created_at":"2024-11-11T06:03:07.768Z","updated_at":"2026-02-05T08:32:24.684Z","avatar_url":"https://github.com/CodersAKL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Elixir Icon fonts\n\nThis is a simple [gulp-iconfont](https://github.com/nfroidure/gulp-iconfont)\n and [gulp-iconfont-css](https://github.com/backflip/gulp-iconfont-css) wrapper for [Laravel Elixir](https://github.com/laravel/elixir).\n\n## Install\n\nInstall this package over npm.\n\n```sh\nnpm install laravel-elixir-fonts --save-dev\n```\n\nRequire it in your `gulpfile.js` and use it.\n\n```javascript\nvar elixir = require('laravel-elixir');\n\nrequire('laravel-elixir-fonts');\n\nelixir(function(mix) {\n\n  mix.fonts([elixir.config.assetsPath + '/svg/**/*.svg'], elixir.config.publicPath + '/fonts/', { font: { fontName: 'my_icons' } });\n\n});\n```\n\n## How To\n\nIf you run `mix.fonts()` without parameters, it looks for all SVG-Files in `resources/assets/svg` (folders included).\n\nThe output of the `icons.css` file is in `resources/assets/css`.\nThe output of your `fonts` is in `public/assets/fonts`.\n\nThese are the default paths, they can be overwritten by `elixir.config.assetsPath` and `elixir.config.css.outputFolder` or by pass options. See the [config](https://github.com/laravel/elixir/blob/master/src/Config.js) file from elixir for more options.\n\n## Options\n\n#### Default options\n```\n{\n\tfont: {\n\t\tnormalize: true,\n\t\tfontName: fontName, // required\n\t\tprependUnicode: false, // recommended option\n\t\tformats: ['ttf', 'eot', 'woff', 'woff2', 'svg'], // default, 'woff2' and 'svg' are available\n\t\ttimestamp: runTimestamp // recommended to get consistent builds when watching files\n\t},\n\tcss: {\n\t\tfontName: fontName,\n\t\ttargetPath: '../../' + elixirConfig.assetsPath + '/' + elixirConfig.css.sass.folder + '/' + fontName + '.scss',\n\t\tfontPath: '../fonts/'\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersakl%2Flaravel-elixir-fonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodersakl%2Flaravel-elixir-fonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersakl%2Flaravel-elixir-fonts/lists"}