LaserFlash / steam-chat-skin

A customisable theme for the Steam Chat / Friends
https://chat.lasr.dev
GNU General Public License v3.0
65 stars 2 forks source link

Consider adding font as an option in customization? #29

Closed HeavenlyChorus closed 4 years ago

HeavenlyChorus commented 4 years ago

Would be great if the option can let me type in the font name myself. I'm a Chinese user who needs Microsoft YaHei over the 'idk what it even is' terrible default font. Thanks in advance.

LaserFlash commented 4 years ago

Is this directed at the customisation that can be done through https://steamchatskinning.tk/ or in the friends.custom.css file?

HeavenlyChorus commented 4 years ago

Is this directed at the customisation that can be done through https://steamchatskinning.tk/ or in the friends.custom.css file?

I'm fine with either way, it's up to u. :D

LaserFlash commented 4 years ago

@HeavenlyChorus

Well I will do something with the friends.custom.css soon as that should be straight forward.

Not sure how I would approach the website

LaserFlash commented 4 years ago

Made some changes in 088a44fb254ae54b54c3828534dab8ee6b46c6b6

LaserFlash commented 4 years ago

@HeavenlyChorus You want to add something like the following to friends,custom.css

* {
   font-family: '宋体',宋体b8b体,Microsoft YaHei, Arial, sans-serif !important;
}

I think thats the font-family for Microsoft YaHei but could be wrong

LaserFlash commented 4 years ago

Just make sure it is after all the imports

HeavenlyChorus commented 4 years ago

@HeavenlyChorus You want to add something like the following to friends,custom.css

* {
   font-family: '宋体',宋体b8b体,Microsoft YaHei, Arial, sans-serif !important;
}

I think thats the font-family for Microsoft YaHei but could be wrong

Working great, thanks! Not using 宋体 tho, its a serif font.