#dashless

1 messages · Page 1 of 1 (latest)

oblique relic
#

I added a bunch of selectors, if anyone can find places where channelnames are not selected yet, or if the selectors select something they shouldn't, lmk

pliant raven
#

Formatted version because ugly

@font-face {
    font-family: "Twemoji Mozilla";
    src: url("https://vendicated.github.io/random-files/Twemoji.Mozilla.ttf") format("truetype");
    unicode-range: U+1F1E6-1F1FF;
}
@font-face {
    font-family: "dashless";
    size-adjust: 100%;
    src: url("https://vendicated.github.io/random-files/Dashless.woff2") format("woff2");
    unicode-range: U+002D;
}
[data-list-item-id^=channels___]:not([role=button]),
[class^=titleWrapper]>h1,
[id^=":r"]>h1,
[class^=resultChannel],
[class^=channelNameContainer_],
[class^=searchAnswer_],
.channelWithIcon,
[class^=emptyChannelIcon_]+h3,
[class^=emptyChannelIcon_]~[class*=description_],
[class^=browser_] [class*=channelText_],
[class^=returnButton_] [class^=text-],
[class^=placeholder][class*=slateTextArea],
[class^=auditLog_] [class^=overflowEllipsis_] strong,
.vc-permviewer-perms-title,
[class^=headerChannelContainer_]>div {
    font-family: "Twemoji Mozilla", "dashless", var(--font-primary)
}```
halcyon plover
#

Doesn't work for me. :p

oblique relic
halcyon plover
oblique relic
#

it could be either because of some other style overriding it, or it could be that the userscript doesn't get access to the online font files I'm not sure

halcyon plover
#

Yeah I'll look into it later.

errant herald
#

Would it be possible to also replace all other emoji's? I would assume it would have to do something with the the unicode-range?

oblique relic
#

U+1F000-1FFFF should cover all emojis

errant herald
#

tysm!