Ubuntu 20.04 Chrome 無法使用 Emoji 的解決方法

可直接參考此頁
https://www.omgubuntu.co.uk/2016/08/enable-color-emoji-linux-google-chrome-noto

程式碼我是改用這段

<fontconfig>
<match>
<test name="family"><string>sans-serif</string></test>
<edit name="family" mode="prepend" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family"><string>serif</string></test>
<edit name="family" mode="prepend" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family"><string>Apple Color Emoji</string></test>
<edit name="family" mode="prepend" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>

完成後,到測試頁如果看到是彩色就成功了

留言

熱門文章