This seems like an arbitrary restriction - especially since it supports other font attributes like color and font-size.
Hey @fzembow, thanks for opening this issue. You are right, mj-list is lacking support for font-weight. The value of mj-list being limited though, we probably won't add any additional attributes to it and we are even considering removing it (while still supporting it not to break any template). It is indeed very easy to reproduce mj-listwith a simple mj-text:
<mj-text padding-left="0px">
<ul>
<li>
Element #1
</li>
<li>
Element #2
</li>
</ul>
</mj-text>
Does it make sense to you?
mj-list is deprecated
Most helpful comment
Hey @fzembow, thanks for opening this issue. You are right,
mj-listis lacking support forfont-weight. The value ofmj-listbeing limited though, we probably won't add any additional attributes to it and we are even considering removing it (while still supporting it not to break any template). It is indeed very easy to reproducemj-listwith a simplemj-text:Does it make sense to you?