Can I change the font of the numbers in a numbered list?

Or more idiomatic:

#show enum: set text(weight: "bold")

If you want only the numbers to be bold:

#set enum(numbering: n => text(weight: "bold")[#n])
1 Like