JayAndrewBoy

joined 2 weeks ago

Thanks for giving me a -1 point on my post. You guys suck. ๐Ÿ˜ญ

Haven't you watched RWBY yet? :)

 

I created my own RWBY fan character a long time ago, named Nathaniel Silver-Rose, who also goes by the codename Rayden (or whatever it's called).

I used Charat.me to create this because, to be honest, I can't draw or make artwork, and it seems really challenging.

I realize that I may have tried harder than necessary, and that it may not be flawless, but I hope you find it somewhat well done, so I apologize for that. Please don't judge this post too harshly. ๐Ÿ™

Let me know what you think of this character in the comments! :)

 

Hello!

I'm having some issues with my Instagram account. When I tried to sign in to the Instagram app or website, the code wasn't sent to my OLD phone number and I wasn't able to use the backup codes. However, I saved my Instagram code in my Google Authenticator app, but nothing worked. The problem also affects my Telegram and WhatsApp accounts.

It feels like my Instagram account is coming to an end, but I'm really hoping you can respond to help me solve this problem.

P.S. Sorry for posting in the wrong community.

Thank you!

[โ€“] JayAndrewBoy@lemmy.dbzer0.com 2 points 1 week ago (2 children)

This is something that I had never tried before, but it actually worked. Thank you! ๐Ÿ‘

 

Hello!

This is my first message, and I wanted to share something I've been working on. I hope to one day download all the fonts that catch my eye, as it's enjoyable to explore new designs.

I recently came across some interesting fonts on MyFonts, but I'm not quite sure how to download them. I've searched for scripts, tutorial videos, and resources to guide me through the process of downloading fonts from MyFonts, but unfortunately, I haven't found much help.

Here's some code I got recently:

const base64Data = 'RESPONSE_HERE';
const base64Content = base64Data.split(',')[1];
const binaryData = atob(base64Content);
const uint8Array = new Uint8Array(binaryData.length);
 
for (let i = 0; i < binaryData.length; i++) {
    uint8Array[i] = binaryData.charCodeAt(i);
}
 
const blob = new Blob([uint8Array], { type: 'font/woff2' });
 
const downloadLink = document.createElement('a');
downloadLink.href = URL.createObjectURL(blob);
downloadLink.download = 'YourFontName.woff2';
downloadLink.click();

In comparison, other font sites such as Paratype, Parachute Fonts, and Font Bros seem to be easier to navigate and download.

For example, I downloaded a WOFF2 font file, made some adjustments in FontLab, fixed a couple of bits, and then exported the font files. However, I'm still not sure how to create or export a variable font, nor how to convert variable fonts into static ones. That's a skill I'd like to learn.

If anyone has any helpful tips, scripts, or comments on how to download fonts from MyFonts (or probably Linotype), I'd appreciate it.

I apologize for any misunderstanding in my explanation of your help.

Thank you and peace out! :)