Adding custom typefaces to Google's online document editor

Hey everyone! I’m trying to figure out how to use my own fonts in Google Docs. The built-in options are pretty limited.

I’ve tried the ‘more fonts’ feature and even the Extensis add-on, but they only offer Google Fonts. What I really want is to use some fonts I got from MyFonts.com and Adobe.

Does anyone know if there’s a way to make this happen? Maybe using Google’s scripting language or something? I was thinking maybe we could pull font files from somewhere online using URLfetchApp, but I’m not sure if that would work.

I’ve been stuck on this for a while now and could really use some help. Any ideas or tricks would be super appreciated!

As someone who’s grappled with this issue, I can tell you it’s frustrating. Google Docs is great for collaboration, but it’s a closed ecosystem when it comes to fonts. One trick I’ve found useful is creating a PDF with your custom fonts and then converting it to a Google Doc. It’s not perfect - you might lose some formatting - but it’s a way to get your fonts in there.

Another option, if you’re tech-savvy, is to use Google Apps Script to inject custom CSS into your document. It’s complex and requires coding knowledge, but it can work for personal use. Just remember, like others mentioned, these methods won’t display your fonts for other users unless they have them installed.

Ultimately, for professional work requiring specific fonts, you might need to consider other platforms. It’s a trade-off between Google’s collaboration features and font flexibility.

I’ve encountered this limitation as well. Unfortunately, Google Docs doesn’t support uploading custom fonts directly. A potential workaround is to use a browser extension like Font Changer or Font Injector. These allow you to apply custom fonts to web pages, including Google Docs. However, be aware that others viewing your document won’t see the custom fonts unless they have the same extension and fonts installed. For collaborative work, it might be better to stick with Google Fonts or consider alternative platforms that offer more font flexibility.

hey mia, i feel ur pain! google docs can be so limiting sometimes. unfortunately, there’s no easy way to add custom fonts directly. one workaround i’ve used is creating images of text in my desired font, then inserting those into the doc. not ideal, but it works in a pinch. good luck!