Menambahkan Font times new roman ke linux
Disini saya akan memberikan tip untuk menambahkan font windo**s ke linux
pertama copy file *.ttf pada folder /windows/fonts
contoh untuk font times new roman
copy file : TIMES.ttf ke folder linux /usr/share/fonts/TTF/ dengan perintah :
cp TIMES.ttf /usr/share/fonts/TTF/
setelah di copy jalankan perintah:
fc-cache
terus jalanin openoffice
selese tinggal pake deh fontnya :D

