Tested tool guide
Tested browser tools
Checked August 16, 2026
What Font Weight Explorer does, with a checked example
Shows the same sample string rendered in every weight a chosen font family actually ships, stacked from Thin (100) to Black (900) and labeled by name and number. Type the text you care about, pick a family, and see at a glance which weights exist, how much the stroke thickens per step, and where the range stops. The usual surprise: weights are not invented. Most families ship only a few of the nine named weights, and requesting a missing one makes the browser substitute the nearest face or synthesize a fake bold. The tool shows what is real, and what a missing weight actually resolves to.
Worked example
A concrete input and expected output from the current implementation.
Input
Family: Arial / Sample: The quick brown fox
->
Expected output
Two rows only, both in Arial: Regular (400) and Bold (700), each showing the sample string. No Thin, Light, Medium, Semi Bold, Extra Bold, or Black rows, because the Arial family ships just Regular and Bold faces (its Italic variants reuse the same two weights).
Arial was drawn in only two weights, so the ladder has exactly two steps. The tool lists what exists rather than filling the 100-900 scale with rows the family cannot render.