Can't seem to figure out how to change the font of the program. I tried editing font and font-family in custom.css but the font never changes, something seems to be overriding it since I can change the colours in custom.css just fine.
Any suggestions?
@hurani
custom.css is a css file included in Caprine. You can change the font family by writing css targeting your needs. !important might be needed for the changes to override caprine/messenger defaults.
For example:
Adding this inside your custom.css

In app:

In devtools you can see the default font-family overwritten:


love
this is my edit (just in the lower part of custom.css)
html, body { font-family:Noto Sans Bengali !important;}
Most helpful comment
@hurani
custom.cssis a css file included inCaprine. You can change the font family by writing css targeting your needs. !important might be needed for the changes to overridecaprine/messengerdefaults.For example:
Adding this inside your
custom.cssIn app:
In devtools you can see the default font-family overwritten: