Vista fonts
2007-10-17 13:01Microsoft Vista comes with some new fonts. Download the Microsoft PowerPoint Viewer 2007. Use cabextract to unpack it. It has these fonts in regular, bold, italic, bold italic: Calibri, Cambria, Candara, Consolas, Constantia, Corbel
Drop the fonts somewhere useful:
cd /usr/local/share/fonts
mkdir vista
chcon system_u:object_r:fonts_t:s0 vista
cp ~/*.ttf vista
chown -R root:root vista
chmod -R ug=rw,o=r vista
chmod ug=rwx,o=rx vista
And tell /etc/fonts/local.conf where to find them:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- local.conf Settings for this machine. -->
<fontconfig>
<dir>/usr/local/share/fonts</dir>
</fontconfig>
# fc-cache -s -f