FontWeight
Examples
open all close allBasic Examples (2)
Scope (3)
Specify the font weight without using the option:
Style["AaBbCcDd", Large, Bold]Additional weights can be used on some computer systems:
Table[Style["ABC", Large, FontWeight -> w], {w, {"Light", "Medium", "SemiBold", "Heavy", "Black", "Fat"}}]Font weight can be specified in style-related options:
Plot[Sin[x], {x, 0, 10}, PlotLabel -> Sin[x], LabelStyle -> (FontWeight -> Bold)]ContourPlot[Sin[x y], {x, 0, 1}, {y, 0, 1}, FrameStyle -> Bold]See Also
Tech Notes
Related Guides
Related Workflows
- Add Styling to Text
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1996), FontWeight, Wolfram Language function, https://reference.wolfram.com/language/ref/FontWeight.html (updated 2007).
CMS
Wolfram Language. 1996. "FontWeight." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/FontWeight.html.
APA
Wolfram Language. (1996). FontWeight. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FontWeight.html
BibTeX
@misc{reference.wolfram_2026_fontweight, author="Wolfram Research", title="{FontWeight}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FontWeight.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_fontweight, organization={Wolfram Research}, title={FontWeight}, year={2007}, url={https://reference.wolfram.com/language/ref/FontWeight.html}, note=[Accessed: 13-June-2026]}