From cf23bc17016e0c89b4a119a81045935d63254bc5 Mon Sep 17 00:00:00 2001 From: the1812 Date: Tue, 16 Mar 2021 16:36:03 +0800 Subject: [PATCH] Add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1332ef5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# SteamCSS +Insert custom CSS to Steam Library and Browser. + +## Usage +Download `SteamCSS.zip` at [Releases](https://github.com/the1812/SteamCSS/releases) page. + +There are 3 files: +- `SteamCSS.exe`: Main program +- `SteamPath.txt`: Specify Steam install path +- `Style.css`: Your custom CSS code to insert + +Write your Steam install path in `SteamPath.txt` and custom CSS code in `Style.css`. + +Start `SteamCSS.exe`, it will insert CSS code into Steam files and exit silently. + +## Notes +- The default `font-family` is from [Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic). +- This only applies on library and built-in browser, you may need [MacType](https://github.com/snowie2000/mactype) to change Steam UI font. +- Steam files will be overwritten after some Steam updates, and you have to rerun this program to insert CSS again.