Ubuntu PDF font display becomes larger 锛學indows shows normal on it
i have the same problem
Did you guys figured out a solution?
same issue
any insights? @marcbachmann .
Someone posted this
html{
zoom:0.6
}
For now it works for me.
Set zoom level
html {
zoom: 0.753
}
It will give pixel perfect design on any linux system or server.
For windows set zoom level to 1
this problem is occur due to linux and windows DPI system difference.
In windows DPI is 90 but in linux DPI is 72
Set zoom level
html { zoom: 0.753 }It will give pixel perfect design on any linux system or server.
For windows set zoom level to 1this problem is occur due to linux and windows DPI system difference.
In windows DPI is 90 but in linux DPI is 72
where should i put this html { zoom: 0.753 } is it in the
Most helpful comment
same issue
any insights? @marcbachmann .
Someone posted this
For now it works for me.