The skill gives Codex a practical workflow for front-end web typography: font choice, fluid type scales, readable measure, vertical rhythm, font loading, CLS prevention, modern CSS type features, and WCAG-oriented text accessibility.
Why it fits Codex
The repo is a Codex-compatible root-level skill with SKILL.md frontmatter.
The README entry includes a tested Codex installer command using install-skill-from-github.py.
It is useful during front-end implementation and UI polishing work, especially HTML/CSS/JSX/Tailwind projects.
Validation
Tested install command into a temporary Codex skills directory:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py --repo simongonzalezdc/web-typography-skill --path . --name web-typography
Installed skill passed quick_validate.py.
Source repo passed ./scripts/validate.sh including gitleaks with no leaks.