#WHAT IS THAT FONT I NEED IT RN
1 messages · Page 1 of 1 (latest)
megufont
@font-face {
font-family: "megufont";
src: url('https://meguminsama.github.io/megufont/Megufont-Regular.ttf');
}
The description lmao
use it now use it now use it now use it now use it now use it now use it now use it now use it now use it now use it now use it now
Going to rn
i deleted ur msg @midnight hollow
we already have a generic font changer snippet pinned
really where
oh crap we do
well its google fonts
copy and paste
literally
YOP
You can upload fonts as either .ttf or .otf files. The uploaded font file size can be up to 1 MB. If you don’t upload font files, Google products displays default fonts for the products.
Tip: Font
@jolly slatefix megufont
WWWWWW
now
I'll do that
looks like its actually pretty simple to do
wtf its great
not horrible
bruh
publication centre is for google news
not for google fonts
lol
@autumn river you just push it to https://github.com/google/fonts
Ah nevermind
the thing u sent is unrelated
Let's hack Google and force them to pr
The Google Design team curates the overall Google Fonts collection and decides if fonts are of good quality.
LMAO
The project must be wholly licensed under the SIL Open Font License v1.1.
megu will do
xd
Megu pls put a y into the gaming of your username
done
I HAVE THE POWER TO RULE OVER MEGU
I HAVE NOW GOT THE STRENGTH NEEDED TO EVOLVE INTO MY FINAL FORM
I AM GOING TO STORM AREA 51
W
this font feels like being drunk, I swear its a little tricky to read, and a bit small
what does it look like the image is not loading
ok i see it now
yoo
u should troll(easteregg( and put a ligature or smth that does something interesting
add megumin to google docs
is there a different way to do this? because taking all children also deletes the discord ping notification next to the channel name (see pic)
Yeah
I did this
/*Remove Invite Button next to channel name*/
.actionIcon-2sw4Sl {
display: none;
}```
seems to work better for me and does not hide the ping
this one still removes the edit channel button and also the open chat on the voice channels
hmm, well in my case I don't mind that
(I hate those buttons too)
Couldn't find the id of just the invite button
i could try to do it myself i guess
I wish you good luck on this endevour
ok I remembered I suck at css, but I also couldn't separate the elements, they seem to have the same name, or maybe i am clicking wrong, i just got other elements but seems like they don't do anything
that's the conclusion I reached 😵💫
keep in mind I also suck at css
yeah maybe there is some way but idk
kind of a dead thread but how can I use this font universally?
the font itself works but I can't exactly apply it everywhere, It's only for the channels
So after saying that I made it work universally with a theme although it has 2 sections of code that I copied which esentially achieve the same thing
font-family: "TerminessTTF";
src: url("https://raw.githubusercontent.com/ardishco-the-great/catpuccin-with-emojis/main/Terminess%20(TTF)%20Nerd%20Font%20Complete.ttf");
}
[data-list-item-id^=channels___] {
font-family: "TerminessTTF", var(--font-primary);
}
@import url('https://raw.githubusercontent.com/ardishco-the-great/catpuccin-with-emojis/main/Terminess%20(TTF)%20Nerd%20Font%20Complete.ttf');
:root {
--font-primary: "TerminessTTF";
/* above line changes the primary font only. You can also change the ones below (remove this line to activate the lines below)
--font-display: "Roboto";
--font-headline: "Roboto";
--font-code: "Roboto"; /* you should use a monospace font for this */
}```
there are a few assets that still use the default font when you do this I just noticed
yeah idk if its possible to change it on every part of discord
it should be, I've seen it done many times
also emojis don't show up on channel and group names when you do it like this
probably fixable
damn that actually works
