#i hate display fonts
1 messages ยท Page 1 of 1 (latest)
lamayo
umm but you can keep the color...
and effect...
and change the font if you want....
Oh i made some css for someone to remove these. i didn't realize there was an option
the colors are nice font is obnoxious
true...
thank you sm i just saw one and want to vomit with my eyes
but color is fine for now
ill decide later
There's actually a switch in Accessibility Options for it, for now.
Yeah, and thanks for showing it. Hopefully it won't go away as an option to turn off.
theres still one style that bounces that still gets displayed even after applying this css
or like it doesnt but you can still see it bouncing
use this switch
i genuinely cant find this setting, whatttt
oh and of course after i send that... it proceeds to appear infront of my eyes
also sorry for the ping, i had to switch to web to access this server, so i don't have the automatic disable ping on reply plugin thingy
I still want the colours and gradient stuff, so I turned it into this:
/* Set name font to default */
[data-username-with-effects],
[class*=username_] {
font-family: var(--font-primary);
letter-spacing: normal;
}```, idk if this matching is more or less performant (this applies to all names, but string-matches fewer classes), but I did remove the `!important` and added the `letter-spacing` (which some of the fonts mess with)
if you're worried about performance, don't use *=
use the full class name with a . (e.g. .username__123456, except use the actual hash)
I guess
and ^= might work in this case
when i use this, the font slightly changes spacing is that normal? i dont have any themes or custom fonts on
that disables the color and effect too tho
my snippet only changes the font while keeping those
add letter-spacing: normal; or use this one #1433228968475099227 message
๐
I tried this, but there was somewhere else where username was in the middle
so had to *=
/* Set name font to default */
[data-username-with-effects],
[class*=username],
[class*=dnsFont] {
font-family: var(--font-primary);
letter-spacing: normal;
}```
updated for discord update
is this still working?
turn this off in settings
i did, and i have added the code but i still see thing slike this
don't use the css
make sure the setting is OFF not on
who is that gothicguppy?
that might not be display name styles. it might be unicode characters
you can copy it and paste it and see if it still looks like that
i think it might be
๐ฒ๐๐๐๐๐๐ฒ๐๐๐๐
yea
u are correct
unfortunately there's no way to remove that with css
well
ig you could make a font
but that requires knowing how to make a font
(or finding one, but idk if that would be doable because usually there's no point in this)
