Emoji not working Elementary OS Fix
This method will work on almost all linux distros.
- Download fonts .
- Extract it.
- Create a folder named
.fonts
in home directory and create a folder namednoto
inside it and paste all fonts. - Go to
.config
folder and create a new folder and name itfontconfig
. - Then create another folder inside that and name it
conf.d
. - Open the folder
Right click > New> Empty file
and name it01-emoji.conf
. - Open the file in Code and paste this.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>serif</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> </fontconfig>
- Save file and Reboot.
Any feedback, suggestion, or questions
mail me.
If you like the content and want to see more, please support me.
If you like the content and want to see more, please support me.