Open chanhh01 opened 2 years ago
Replicated, bug confirmed.
@chanhh01 @Roszek-Dragon Can either of you send me the version of Discord and BetterDiscord that you're using?
Discord version: Stable 151983 (3f2a993) Host 1.0.9006 BD 1.8.0
Btw, discord recently made some changes on their end which rendered pretty much all the plugins unusable. Yours somehow was still working up until this morning.
By the way, the folder listed in error log really doesn't exist anymore after repairing BetterDiscord:
@notmike101 my discord version is 1.0.9006
In the meantime, I'm using this css snippet to use the font of my choice:
/ To add a font, either install the font on your computer through the TTF file, or @import a font from http://fonts.google.com/ /
:root { --font: 'Comic Sans MS'; }
::placeholder, body, button, input, select, textarea { font-family: var(--font), sans-serif; }
In the meantime, I'm using this css snippet to use the font of my choice:
It works, but doesn't cover all fonts that can be replaced. So I took code from the #36 and slightly modified it, and it works like a charm.
In the meantime, I'm using this css snippet to use the font of my choice:
It works, but doesn't cover all fonts that can be replaced. So I took code from the #36 and slightly modified it, and it works like a charm.
may i know how u do it? is there something that im doing wrong?
may i know how u do it? is there something that im doing wrong?
Open User Settings - Custom CSS, copypaste this code (and replace "Whitney" with your font name, if it's already installed in your OS):
:root {
--font-primary: "Whitney" !important;
--font-display: "Whitney" !important;
--font-headline: "Whitney" !important;
}
Then press Update and Save.
This remains an issue; I have the following traceback:
Error: ENOENT: no such file or directory, lstat 'C:\Users\pu0aw\AppData\Local\Discord\app-1.0.9013\betterdiscord'
at Object.T [as realpathSync] (betterdiscord/renderer.js:4:327228)
at L.getFilePath (betterdiscord/renderer.js:4:328498)
at L._load (betterdiscord/renderer.js:4:328593)
at betterdiscord/renderer.js:4:331784
at eval (betterdiscord://plugins/betterdiscord-google-fonts.plugin.js:92:20)
at M.requireAddon (betterdiscord/renderer.js:4:35818)
at M.loadAddon (betterdiscord/renderer.js:4:8323)
at M.loadAddon (betterdiscord/renderer.js:4:33490)
at AsyncFunction.<anonymous> (betterdiscord/renderer.js:4:6315)
I'm on Better Discord v1.9.3
BetterDiscord ran into a problem this morning for me, and after repairing better discord, google font plugin failed