Closed IR4TE closed 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.
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.
The line in CSS did work thank you very much. :D
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?