Browse Source

note: mark CM + Glyphicons decruft done

windhamdavid 1 week ago
parent
commit
82283fc387
1 changed files with 2 additions and 2 deletions
  1. 2 2
      _claude/notes/dependencies.md

+ 2 - 2
_claude/notes/dependencies.md

@@ -24,9 +24,9 @@ whole messenger/online-status feature, page-chat + `chat.*`, `terminal.js`, `mod
 
 
 | Family | On disk | Used by | Action | Priority |
 | Family | On disk | Used by | Action | Priority |
 |---|---|---|---|---|
 |---|---|---|---|---|
-| **Computer Modern** | **3.2 MB** | `.cm*`/`cmun` in `index/404/page-{analytics,archive,music,desk,studio,now}` + `style.css` @font-face + `theme.json` fontFace | **Trim formats** โ†’ keep woff2 (+woff) for *used weights only*; drop ttf/eot/svg. ~3.2 MB โ†’ ~300 KB. (Confirm which weights are actually referenced first.) | ๐Ÿ”ฅ **biggest, low-risk** |
+| ~~**Computer Modern**~~ | ~~3.2 MB~~ โ†’ **585 KB** | `.cm*`/`cmun` (5 used weights) | **โœ… DONE 2026-06-19** โ€” woff-only; dropped all ttf/eot/svg + unused CM Bright (cmunbbx) + unreferenced cmunbmr/cmunbsr. style.css/theme.json pruned, rebuilt. | โ€” |
 | Bootstrap Icons | 306 KB | header nav (8 `bi-*`) โ€” the go-forward set | **Keep but subset** to used glyphs โ†’ ~10 KB | medium win |
 | Bootstrap Icons | 306 KB | header nav (8 `bi-*`) โ€” the go-forward set | **Keep but subset** to used glyphs โ†’ ~10 KB | medium win |
-| Glyphicons | 208 KB | only legacy `css/boot.css` + `style.min.css` (NOT enqueued) + `inc/template.php` (verify) | **Drop** โ€” Bootstrap-3 leftover, dead in the active bundle | easy win |
+| ~~Glyphicons~~ | ~~208 KB~~ | (legacy only; comment-form spans in `inc/template.php` already render nothing โ€” font never loaded by active bundle) | **โœ… DONE 2026-06-19** โ€” font files deleted. (Dead `inc/template.php` glyphicon spans + legacy `boot.css`/`style.min.css` left for the CSS cut.) | โ€” |
 | FontMfizz | 390 KB | active `v4-style.min.css` + `page-about.php` (a few tech-stack icons) | **Replace** the few uses (inline SVG / BI) โ†’ drop font | medium |
 | FontMfizz | 390 KB | active `v4-style.min.css` + `page-about.php` (a few tech-stack icons) | **Replace** the few uses (inline SVG / BI) โ†’ drop font | medium |
 | Font Awesome 4 | 689 KB | **134 uses, ~40 icons** across `page-{contact,studio,sitemap,about}`, `comments.php`, `searchform.php`, **`parts/footer-home.html`** (live) | **Replace โ†’ Bootstrap Icons** (icon map). Do the live footer part first; classic templates as each migrates. Drop FA **last**. | late / per-page |
 | Font Awesome 4 | 689 KB | **134 uses, ~40 icons** across `page-{contact,studio,sitemap,about}`, `comments.php`, `searchform.php`, **`parts/footer-home.html`** (live) | **Replace โ†’ Bootstrap Icons** (icon map). Do the live footer part first; classic templates as each migrates. Drop FA **last**. | late / per-page |