You are not logged in.
The edge of texts are weird, it doesn't happen to chromium.
You need to see it in fullscreen.
https://i.imgur.com/Impitfa.png
Last edited by laichiaheng (2021-10-21 16:30:46)
Offline
Don't embed huge images directly: https://wiki.archlinux.org/title/Genera … s_and_code
Check which font is actually resolved in e.g. the browser inspection tools and then double check with fc-match. I most often see that when the older ms fonts are resolved which lack a few modern hinting information.
Online
Don't embed huge images directly: https://wiki.archlinux.org/title/Genera … s_and_code
Check which font is actually resolved in e.g. the browser inspection tools and then double check with fc-match. I most often see that when the older ms fonts are resolved which lack a few modern hinting information.
[laichiaheng@Julian-PC ~]$ fc-match
NotoSansCJK-Regular.ttc: "Noto Sans CJK TC" "Regular"Offline
You need to put the actual font name github tries to use.
E.g.
fc-match Arial
fc-match Helvetica
fc-match sans-serifOnline
You need to put the actual font name github tries to use.
E.g.
fc-match Arial fc-match Helvetica fc-match sans-serif
[laichiaheng@Julian-PC ~]$ fc-match Arial
arial.ttf: "Arial" "Regular"
[laichiaheng@Julian-PC ~]$ fc-match Helvetica
helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
[laichiaheng@Julian-PC ~]$ fc-match sans-serif
NotoSansCJK-Regular.ttc: "Noto Sans CJK TC" "Regular"Offline
[laichiaheng@Julian-PC ~]$ fc-match Helvetica
helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"That is probably the problem.
https://wiki.archlinux.org/title/Font_c … rated_PDFs
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
[laichiaheng@Julian-PC ~]$ fc-match Helvetica helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"That is probably the problem.
https://wiki.archlinux.org/title/Font_c … rated_PDFs
Thanks, after installing tex-gyre-fonts, and do fc-cache -fv, the problem is solved.
Offline