#Discord Vencord
1 messages · Page 1 of 1 (latest)
@font-face {
font-family: Ginto;
font-weight: 700;
src: url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-700.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/ROMVoid95/DiscordFonts@master/Ginto-Nord/Ginto-Nord-700.woff) format("woff")
}
.wordmark-2u86JB {
pointer-events: unset;
padding: 0;
}
.wordmark-2u86JB svg {
display: none;
}
:root:has(#vencord-css-core) .wordmark-2u86JB::after {
position: absolute;
top: 4px;
padding: 4px 9px 3px;
font-size: 9px;
letter-spacing: 0.4px;
white-space: nowrap;
font-family: "Ginto";
content: "Vencord";
}```
forces it to be the rebrand font, in case your theme isnt compatible
import ```css
@import url('https://fonts.cdnfonts.com/css/uni-sans-regular');
and paste this in for the older font
```css
:root:has(#vencord-css-core) .wordmark-2u86JB::after {
position: absolute;
top: 4px;
padding: 4px 9px 3px;
font-size: 9px;
letter-spacing: 0.4px;
white-space: nowrap;
font-family: "Uni Sans Demo";
font-weight: 700;
content: "Vencord";
}```