Update INSTALL.md

This commit is contained in:
Braden Farmer 2019-07-03 08:11:16 -06:00 committed by GitHub
parent a11ffaf4d5
commit e772511a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 5 deletions

View File

@ -20,6 +20,7 @@
* [Desktop background color](#desktop_color) * [Desktop background color](#desktop_color)
* [Desktop icon effects](#desktop_icons) * [Desktop icon effects](#desktop_icons)
* [Cursors](#cursors) * [Cursors](#cursors)
* [MS Sans Serif font](#ms_sans_serif)
* [Terminal fonts](#terminal_fonts) * [Terminal fonts](#terminal_fonts)
* [Terminal themes](#terminal_themes) * [Terminal themes](#terminal_themes)
* [Windows 95 login startup sound](#startup_sound) * [Windows 95 login startup sound](#startup_sound)
@ -372,13 +373,23 @@ In XFCE select Settings -> Mouse and Touchpad. Click on 'Icons' and select `Chic
*Note: If you copied the icons to `/usr/share/icons` you may have to log out or reboot your system before the cursor theme is available.* *Note: If you copied the icons to `/usr/share/icons` you may have to log out or reboot your system before the cursor theme is available.*
### [ MS Sans Serif font ] (experimental) <a name="ms_sans_serif"/>
For an authentic Windows 95 feel, you can use the original MS Sans Serif font. Create a directory called `ms_sans_serif` inside `~/.fonts/truetype/`, and copy over to this directory the C:\Windows\Fonts\micross.ttf file from any modern Windows computer (this font is titled "Microsoft Sans Serif Regular"). Update the font cache by running `sudo fc-cache -f -v`.
### [ MS Sans Serif font ]
For an authentic Windows 95 feel, you can use the original MS Sans Serif font.
#### Single-user install: ####
- Copy the folder `Fonts/ms_sans_serif` to `~/.fonts/truetype/`
- Copy the file `Extras/99-ms-sans-serif.conf` to your home directory and rename it `.fonts.conf`
- Update the font cache by running `sudo fc-cache -f -v`
#### System-wide install: ####
- Copy the folder `Fonts/ms_sans_serif` to `/usr/share/fonts/truetype/`
- Copy the file `Extras/99-ms-sans-serif.conf` to `/etc/fonts/conf.d`
- Update the font cache by running `sudo fc-cache -f -v`
To set the main font for the entire system, open the XFCE settings manager > Appearance > Fonts tab. Set the "Default font" to Microsoft Sans Serif, style Regular, size 8. To set the main font for the entire system, open the XFCE settings manager > Appearance > Fonts tab. Set the "Default font" to Microsoft Sans Serif, style Regular, size 8.
##### **NOTE: This step will affect font rendering for the entire system. Only apply these settings if you truly want an authentic Windows 95 look and feel.** In the "Rendering" section of the Fonts tab, uncheck "Enable anti-aliasing", and set "Hinting" to any value except None. Set the sub-pixel order as desired.
To set the title bar font, open the XFCE settings manager > Window Manager > Style tab. Set the "Title font" to Microsoft Sans Serif, style Regular, size 8. To set the title bar font, open the XFCE settings manager > Window Manager > Style tab. Set the "Title font" to Microsoft Sans Serif, style Regular, size 8.
Finally, set the font for the Orage panel clock by right-clicking the panel clock, selecting Properties, then next to Line 1, change the font to Microsoft Sans Serif, style Regular, size 8. Inside the Line 1 box, add two spaces before and after the value in the box, to apply some spacing. Finally, set the font for the Orage panel clock by right-clicking the panel clock, selecting Properties, then next to Line 1, change the font to Microsoft Sans Serif, style Regular, size 8. Inside the Line 1 box, add two spaces before and after the value in the box, to apply some spacing.