#WHAT IS THAT FONT I NEED IT RN

1 messages · Page 1 of 1 (latest)

violet warren
#

^
|

autumn river
#

megufont

midnight hollow
#
@font-face {
    font-family: "megufont";
    src: url('https://meguminsama.github.io/megufont/Megufont-Regular.ttf');
}
violet warren
#

The description lmao

jolly slate
#

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

violet warren
#

Going to rn

autumn river
#

i deleted ur msg @midnight hollow

#

we already have a generic font changer snippet pinned

midnight hollow
#

really where

autumn river
#

and u dont even show how to actually apply it

#

check pins

midnight hollow
#

oh crap we do

autumn river
#

well its google fonts

midnight hollow
#

literally

autumn river
#

megu will put megufont on google fonts

#

@jolly slate do

jolly slate
#

YOP

autumn river
midnight hollow
#

@jolly slatefix megufont

jolly slate
#

WWWWWW

midnight hollow
#

now

jolly slate
#

I'll do that

autumn river
#

looks like its actually pretty simple to do

violet warren
#

Oh my god this is a horrible experience

#

I like it

jolly slate
#

wtf its great

#

not horrible

#

bruh

#

publication centre is for google news

#

not for google fonts

#

lol

violet warren
#

Äöü

#

Great!

#

ẞ YOU DID THAT ONE?

jolly slate
violet warren
#

Ah nevermind

jolly slate
#

the thing u sent is unrelated

autumn river
#

oh

#

lol

#

so u gfotta pr

jolly slate
#

yea lmao

#

they wont accept it bet

violet warren
#

Let's hack Google and force them to pr

autumn river
#

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

jolly slate
#

xd

violet warren
#

Megu pls put a y into the gaming of your username

violet warren
#

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

jolly slate
#

fear

delicate stag
#

megufont is actually really good

#

like I might use this seriously now

jolly slate
#

W

lofty musk
#

this font feels like being drunk, I swear its a little tricky to read, and a bit small

wanton raft
#

what does it look like the image is not loading

wanton raft
#

ok i see it now

wanton raft
#

add megumin to google docs

torpid dragon
#

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)

midnight hollow
#

Yeah

torpid dragon
#

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

lofty musk
#

this one still removes the edit channel button and also the open chat on the voice channels

torpid dragon
#

hmm, well in my case I don't mind that forsenKek (I hate those buttons too)

#

Couldn't find the id of just the invite button

lofty musk
#

i could try to do it myself i guess

torpid dragon
#

I wish you good luck on this endevour

lofty musk
#

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

torpid dragon
#

keep in mind I also suck at css

lofty musk
#

yeah maybe there is some way but idk

opaque schooner
#

the font itself works but I can't exactly apply it everywhere, It's only for the channels

midnight hollow
#

if you are using a theme

#

it wont work universally

opaque schooner
#

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 */
}```
opaque schooner
lofty musk
#

yeah idk if its possible to change it on every part of discord

opaque schooner
#

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

lofty musk
#

damn that actually works

opaque schooner
#

Indeed it does.

#

you have to upload your font to github for it to work though

#

so don't try cdn.discordapp

#

I tried, it didn't work