How to Install Windows Fonts on Ubuntu
Environment PC1 : Device : x64 OS : Windows10 PC2 : Device : Odroid-HC2(or XU4) OS : Ubuntu-20.04
1. Upload Windows Truetype Fonts to Ubuntu
Compressed Fonts Files on Windows
> mkdir TTF
> copy C:\Windows\Fonts\*.ttf .\TTF\
> copy C:\Windows\Fonts\*.ttc .\TTF\
Compress TTF Folder
Copy Compressed File to Ubuntu
2. Install Truetype Fonts on Ubuntu
$ unzip TTF.zip
$ sudo cp -R TTF /usr/share/fonts/truetype/
$ sudo fc-cache -v -f