RoseTheFlower / MetroSteam

Metro skin for Steam. Reborn.
191 stars 7 forks source link

Font type #5

Closed IR4TE closed 5 years ago

IR4TE commented 5 years ago

Hello is there a easy way to change the font in the new chat ui with this tool or is it possible to change it by myself in the .css file?

PhantomGamers commented 5 years ago
::-webkit-input-placeholder, body, input, select, textarea, .ChatMessageOpenGraph_Title, .ChatMessageOpenGraph_Body, .OpenGraphMessageURL_short
{
    font-family: "Fira Sans"!important;
}

.prettyprinted, .prettyprint {
    font-family: "Fira Code Retina"!important;
}

Bottom is for code blocks, top is for everything else. I think that's all inclusive, at least.

RoseTheFlower commented 5 years ago

You can also look for this line in the CSS: /*font-family: "Segoe UI", "Motiva Sans", Arial, Helvetica, sans-serif !important;*/ Remove the / and / and replace the first font name with any other font if needed.

IR4TE commented 5 years ago

The line in CSS did work thank you very much. :D