Skip to content

Filter CSS-wide font keywords - #698

Merged
chubes4 merged 1 commit into
trunkfrom
fix/697-css-wide-font-keywords
Jul 26, 2026
Merged

Filter CSS-wide font keywords#698
chubes4 merged 1 commit into
trunkfrom
fix/697-css-wide-font-keywords

Conversation

@chubes4

@chubes4 chubes4 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • exclude CSS-wide control values from downloadable font materialization plans
  • preserve real quoted and multi-word typeface families
  • cover inherit, initial, unset, revert, and revert-layer case-insensitively

Closes #697.

Verification

Compatibility

The font materialization schema is unchanged. CSS-wide values were never valid provider family names, so removing them only prevents malformed provider requests and noisy evidence.

AI assistance

  • Model: OpenAI GPT-5.6 Sol
  • Tool: OpenCode
  • Used for: cross-stack reproduction, implementation, tests, and university runtime verification with Chris Huber.

@chubes4
chubes4 merged commit e143948 into trunk Jul 26, 2026
4 checks passed
@chubes4
chubes4 deleted the fix/697-css-wide-font-keywords branch July 26, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exclude CSS-wide keywords from font materialization plans

1 participant