Closed krazyeom closed 4 years ago
Download a font file. https://www.1001freefonts.com/ubuntu.font
Unzip the downloaded file.
Run following commands.
sudo mkdir -p /usr/share/fonts
sudo cp ~/fonts/* /usr/share/fonts/.
fc-cache -f /usr/share/fonts/
if fc-cache is not exist on your machine, run the following command.
sudo yum install fontconfig
After installing fonts. It works!
It is not actually brightics bug.