cleanup: remove dead code + fix stale font references#43
Merged
Conversation
Three items: 1. Dead CSS removed: .specimen-home pageClass rule in style.css (set background-color which body already has globally) and the pageClass: specimen-home in index.md frontmatter. 2. Stale font reference fixed: the first specimen's cssFamily still pointed at 'Fraunces' (the original display font, replaced by Newsreader then Spectral). Now correctly references 'Spectral'. Also updated the footer colophon 'Set in Fraunces' → 'Set in Spectral'. 3. Verified: zero Fraunces references remain, zero specimen-home references remain, build passes, 8/8 tests pass, subsite guard passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-merge cleanup after PR #42 (specimen redesign). Three items: