{"id":15511735,"url":"https://github.com/manishrc/tailwindcss-typography-js","last_synced_at":"2025-10-12T08:31:51.987Z","repository":{"id":142179769,"uuid":"256992954","full_name":"manishrc/tailwindcss-typography-js","owner":"manishrc","description":"Tailwind CSS plugin to inject Typography.js styles","archived":false,"fork":false,"pushed_at":"2020-04-22T09:53:41.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T04:40:47.612Z","etag":null,"topics":["css","npm","tailwindcss","typography"],"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/manishrc.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":"2020-04-19T12:25:05.000Z","updated_at":"2024-12-05T20:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e7a8a35-332f-4101-9464-7d55a3066c25","html_url":"https://github.com/manishrc/tailwindcss-typography-js","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/manishrc%2Ftailwindcss-typography-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishrc%2Ftailwindcss-typography-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishrc%2Ftailwindcss-typography-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishrc%2Ftailwindcss-typography-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishrc","download_url":"https://codeload.github.com/manishrc/tailwindcss-typography-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236188353,"owners_count":19109392,"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":["css","npm","tailwindcss","typography"],"created_at":"2024-10-02T09:53:12.022Z","updated_at":"2025-10-12T08:31:51.632Z","avatar_url":"https://github.com/manishrc.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# tailwindcss-typography-js [![Build Status](https://travis-ci.com/manishrc/tailwindcss-typography-js.svg?branch=master)](https://travis-ci.com/manishrc/tailwindcss-typography-js)\n\n\u003e Tailwind CSS plugin to inject Typography.js styles\n\n## Install\n\n```\n$ npm install --save @manishrc/tailwindcss-typography-js\n```\n\n## Usage\n\n```js\n// tailwindcss.config.js\nconst typography = require(\"@manishrc/tailwindcss-typography-js\");\n\n// Option 1 - Using a configuration\nconst typographyTheme = typography({\n  baseFontSize: \"18px\",\n  baseLineHeight: 1.666,\n  headerFontFamily: [\"Helvetica Neue\", \"sans-serif\"],\n  bodyFontFamily: [\"Georgia\", \"serif\"],\n});\n\n// Option 2 - Using a theme\nimport funstonTheme from \"typography-theme-funston\";\nconst typographyTheme = typography(funstonTheme);\n\n// Add to the plugin list.\nmodule.exports = {\n  theme: {\n    extend: {},\n  },\n  variants: {},\n  plugins: [typographyTheme],\n  corePlugins: {},\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishrc%2Ftailwindcss-typography-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishrc%2Ftailwindcss-typography-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishrc%2Ftailwindcss-typography-js/lists"}