diff --git a/INSTALL.md b/INSTALL.md index adb2051..bfafdff 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,6 +7,7 @@ * [Single user automated install](#install_auto) * [Single user manual install](#install_single) * [System-wide manual install (optional)](#install_system) +* [Installing the LightDM Theme Font](#installing-the-lightdm-theme-font) * [Enabling The Theme](#config_theme) * [Configuring The XFCE4 Panelbar](#xfce4_panel) * [Horizontal Panelbar](#horiz_panel) @@ -113,6 +114,19 @@ Copy the icon themes from `Chicago95-master/Icons/` folder into `/usr/share/icon --- +## Installing the LightDM Theme Font +The LightDM theme requires the `Less Perfect DOS VGA` font from the `Fonts/vga_font` folder to be installed somewhere into `/usr/share/fonts` for LightDM to use the correct font for the greeter. + +Follow these steps to install the font into `/usr/share/fonts`: +``` +sudo cp -v Chicago95-master/Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts +``` + +Then, refresh the font cache with: +``` +sudo fc-cache -fv +``` + ## Enabling Chicago95 The following steps will guide you through enabling the theme and making additional configurations if desired.