Open Source Backend Font API


Open Fonts API is THE BEST Backend API

Find Out More

We've got what you need!


Open Fonts API has everything you need to get your new website up and running in no time! Choose one of our open source fonts, free to download, and easy to use fonts! No strings attached!

Get Started!

At Your Service


Sturdy Fonts

Our fonts are updated regularly to keep them bug free!

Up to Date

All dependencies are kept current to keep things fresh!

Ready to Implement

You can use as is or edit upon implementation!

Made with Love

Is it really open source if it's not made with love?

A Font for Every Occasion


FreeMonoBoldOblique
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeMonoOblique
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSansBoldOblique
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSansOblique
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSerifBoldItalic
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSerifItalic
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeMonoBold
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeMono
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSansBold
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSans
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSerifBold
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

FreeSerif
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

Easy to use, GPL3 Licensed Fonts


Select a font from the list above, then add the corresponding CSS to your webpage

				  @font-face {
					font-family: "FreeSerif";
					src: url("https://openfontsapi.com/api/FreeSerif.otf") format("opentype");
				  }
			  

You can then use the font family wherever you like

				<p style="font-family:FreeSerif;">Text in FreeSerif</p>