
A Quick Guide on How to Increase Font Size in Steam Chats
I'm sure a lot of you have thought at one point or another, "Good God why is the text size in Steam chat windows so ridiculously small!? I can only read if it I'm a few inches from the screen!" Well if you've got about 2 minutes to spare you can fix this problem once and for all.
First of all you need to locate your Steam folder. For most people you can find it through the following sequence:
My Computer -> C: Drive -> Program Files(32 bit) or Program(x86)(64 bit).-> Steam
Now that you've found the Steam folder we need to locate the configuration and settings file for Steam's chat functions, "steam.styles". You can find this file through this sequence:
Steam -> resource -> styles
Hopefully you should now be looking at two files: "gameoverlay.styles" and "steam.styles".
Double click on the "steam.styles". Windows will prompt you to select a program to open it so go ahead and select Notepad. Alright now you're probably looking at a massive amount of information which will confuse most users but don't worry the next step is really simple.
You need to use Notepad's search feature now(CTRL+F). When the search window appears type or copy the following(without the quotation marks) into it:
"styles for text used in RichText controls in various places"
Now click Find Next and if you've done this correctly you'll be toward the bottom of the file looking at this:
Quote:
You've now reached the portion of the file that controls the size of fonts in the chat UI. To increase or decrease this font size you need to change the numbers at the end of this sequence in each of the code paragraphs, xx being any number:
"font-size=xx"
To make this easier to find I have bolded and underlined every instance of it in the code I've linked.
I believe the default number is 12 which is rather small, especially if you're using a high resolution on your screen. Anyway at this point the size is up to you so just put in a 14, 16, 18, 20 or whatever where I indicated. Once you've done this with all the instances save the file and restart Steam. You should now be able to more easily read your chat boxes!
Hope this guide helped!
Also I wasn't sure if I should post this in PC games or other software so I just went with here. If it's wrong and the mods want to move it go ahead.