Hi,
thank you all for the HtmlRenderer project. Is there a way to use as "font-family" a font that is registered in the Avalonia resources? F.e. I have added "Work Sans" to my resources and now want to do something like
<Style Selector="html|HtmlLabel">
<Setter Property="BaseStylesheet" Value="* { font-family: 'Work Sans'; src: url(???)}" />
</Style>
where I at the moment don't know what to write in place of "???".
Thank you very much for any help ;)