Prints whether the bundled Anthropic typefaces (Poppins and Lora) are
available to render and whether the optional ragg and systemfonts
packages are installed. Useful for diagnosing why theme_claude() falls
back to generic fonts.
Examples
claude_font_status()
#>
#> ── claudeplot font status ──────────────────────────────────────────────────────
#> ✔ Poppins (headings): available
#> ✔ Lora (body/subtitle): available
#> ✔ systemfonts: installed
#> ✔ ragg: installed
#> ✔ `theme_claude()` will use Poppins and Lora automatically.
