From adb55759469e38fb58eabdbf0997d76d57addf4d Mon Sep 17 00:00:00 2001 From: Braden Farmer Date: Mon, 26 Aug 2019 10:56:02 -0600 Subject: [PATCH] Small fix for previous PR --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 53522dd..b459258 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -401,7 +401,7 @@ We now need to install the MS Sans Serif fonts, as well as their font configurat #### System-wide install: #### - Run `sudo mkdir -p /usr/share/fonts/truetype/ms_sans_serif` -- Copy `micross.ttf` to `/usr/share/fonts/truetype/ms_sans_serif` +- Copy `micross.ttf` and `MSSansSerif.ttf` to `/usr/share/fonts/truetype/ms_sans_serif` - Copy `Extras/99-ms-sans-serif.conf` and `Extras/99-ms-sans-serif-bold.conf` to `/etc/fonts/conf.d` - Update the font cache by running `sudo fc-cache -f -v`