Hi good day,
I have a few questions to ask;
1. Is it doable to upload a custom font in Dynamics 365? I found this tutorial https://www.inogic.com/blog/2016/11/using-external-fonts-in-dynamics-365/ but in my Customization -- > Web Resources there is no New link for me to upload my custom font..
2. Also, i have embedded some Google fonts in HTML and I have more than 1 additional fonts, how do I make it appear in the font dropdown? Below is my coding, only Nunito Sans appears in the dropdown
<meta type="xrm/designer/setting" name="additional-fonts" datatype="font" value="Nunito Sans">
<meta type="xrm/designer/setting" name="additional-fonts" datatype="font" value="Merriweather">
3. Is there any simple/practical way to set the custom font, I followed this tutorial https://mattwittemann.com/2020/09/29/add-custom-fonts-to-dynamics-marketing-designers/ but it's a bit hassle as I need it to add CSS style in each tag line otherwise the font wont reflect

Thank you