I'm trying to modify this HTML web resource (https://mahadeomatre.blogspot.com/2015/02/convert-option-set-to-multi-select.html) by adding the below line for default font family/size (in bold) that CRM uses on forms. After publishing I do not see any changes. What am I doing wrong?
</script>
<meta charset="utf-8">
</head>
<body onload="ConvertDropDownToCheckBoxList()" style="word-wrap: break-word;">
<div id="checkboxList">
<div style="font-family: Segoe UI,Tahoma,Arial; font-size: 12px;"></div>
</div>
</body></html>
*This post is locked for comments