问题
In https://portal.azure.com I would like to make a dashboard with big labels.
The idea is that we'd get the stats on a big TV so we could see the state of our services at a glance. Big labels will make it easier to consume.
I'm trying to add larger than h1 font to my markdown tiles but the inline CSS <font size="8">Test env</font>
does not parse.
Does anyone know how to get this to work or if azure dashboards even support this?
Click here to see example of the text size I want (Top label added using paint) vs h1 (Bottom label added using h1 markup)
回答1:
Turns out the scope of this question was just a markdown one!
The following works:
<span style="font-size:200px;">CAT</span>
See:Make one word within sentence bigger in markdown
来源:https://stackoverflow.com/questions/52370013/can-i-add-larger-font-text-to-the-markdown-widget-on-https-portal-azure-com-da