bkmashiro/css-font-diff
Capture and diff font rendering snapshots in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 6, 2026
- License
- None
Pinned Snippet
uses: bkmashiro/css-font-diff@2735c969bc8faf60b472868a4caee24b39813d06 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Page URL to capture | yes | — |
| baseline-name | Snapshot name for baseline | — | baseline |
| compare-name | Snapshot name for comparison | — | compare |
| threshold | Diff threshold percentage | — | 0.1 |
| selector | CSS selector to screenshot | — | body |
| token | GitHub token for PR comments | — | ${{ github.token }} |
Outputs
no outputs