Hello,
by default the icons are 24x24px how can i change this for pdf?
in Obsidian the icons looks like this:
in the PDF like this:
thanks in advance
Hello,
by default the icons are 24x24px how can i change this for pdf?
in Obsidian the icons looks like this:
in the PDF like this:
thanks in advance
This works for me
@media print{
.svg-icon {width:0.9em !important; height:0.9em !important; }
}