The WebINK library includes thousands of high quality fonts from respected type foundries.
Browse the Font List
Check out what's in our collection.

Explore WebINK and discover why so many companies are switching to us.
Check out what's in our collection.
The WebINK library includes thousands of high quality fonts from respected type foundries.

Quickly find fonts that meet your needs.
Quickly browse all of the WebINK fonts with built-in tools for filtering and searching.
Use the search field at the top right of the page to search for a specific font. Enter part of a font name and click Go to find fonts.
Want to look at only a specific type of font? It's easy to filter by Classification, Foundry, Language and more. Click on a filter to apply it.
Change your mind? Remove a filter by clicking the x in the list of applied filters.

Every thing you need to know about font families.
The font family details page shows you samples of all the styles available for a given font family. Type your own sample text and try it out at any size.
Does one of the family members stand out from the others? Learn more about an individual font just by clicking it to open the Font Specimen page.

Get the big picture for any font.
The font specimen detail page shows larger specimens of the font.
You can also see how the font will look with contrasting backgrounds.
The details on the page also tell you the best minimum size for the font, how big the font file is to download, and whether the font is available in the Web Fonts for Photoshop plug-in.

Let's get started
After creating your account, go to the Type Drawer page and click the New Project button.

Enter a name for your project and click Create Project.

When you create a project, it will open in a page of its own. Click the Add Fonts button to visit the WebINK library and choose some fonts.

The WebINK library is loaded with thousands of fonts. Add as many fonts as you need to any project in your type drawer.

Quickly add any font to a project by clicking the "Add to Project" button.

Where to deliver your fonts
Domains tell WebINK where you want to serve fonts for this project. Include development domains as well as final domains.
From the Project Details page, click the Add Domains button. Enter the domain IP as well as an Alias, aka friendly name, for the domain, and click Add to Project.
You can add more domains later.


Getting the Code
After selecting fonts and adding to the project, it's time to integrate into your site. WebINK uses a dynamically generated, hosted CSS file to integrate fonts. You merely add a short snippet of code to your site.
On the Project Details page, click the Generate CSS for this project link.
The popup window presents you with two code styles - Import or Link.
The Import code can be added to either your CSS file, or to the header of your HTML page. If you have a separate stylesheet for your fonts, you can use the Link method. Copy the code that best suits your needs, and add it to your site.
<link href="http://fnt.webink.com/wfs/webink.css?project=732093DC-A632-4117-9621-BC5FF56B7932&fonts=37437296-19E9-5916-9448-2D4ADE086DC5:family=AdelleWeb-Regular:style=normal:weight=normal" rel="stylesheet" type="text/css"/>
<style type="text/css">@import url("http://fnt.webink.com/wfs/webink.css?project=732093DC-A632-4117-9621-BC5FF56B7932&fonts=37437296-19E9-5916-9448-2D4ADE086DC5:family=AdelleWeb-Regular:style=normal:weight=normal");</style>
Time to make it pretty
After integrating the Import or Link code, you need to apply the new fonts to elements on the page.
From the Import or Link code, copy the font family name and add it to the appropriate CSS font stacks.
h1 { font-family: Header; }
No fuss, no muss
With one line of code, you get fast global delivery, the correct font for every browser, and security. It just doesn't get any easier.
There's no need to use JavaScript, Flash, or static graphics to get the exact look that you want for your website.
<link href="http://fnt.webink.com/wfs/webink.css?project=732093DC-A632-4117-9621-BC5FF56B7932&fonts=37437296-19E9-5916-9448-2D4ADE086DC5:family=AdelleWeb-Regular:style=normal:weight=normal" rel="stylesheet" type="text/css"/>
<div style="font-family: 'AdelleWeb-Regular';">
<h1 style="font-size: 36px;">Adelle Web Regular</h1>
<p style="font-size: 24px;">Forsaking monastic tradition, twelve jovial friars gave up their vocation for a questionable existence on the flying trapeze. The public was amazed to view the quickness and dexterity of the juggler. We quickly seized the black axle and just saved it from going past him. A mad boxer shot a quick, gloved jab to the jaw of his dizzy opponent. Six javelins thrown by the quick savages whizzed forty paces beyond the mark. We promptly judged antique ivory buckles for the next prize.</p><span style="font: 80%/1.4 sans-serif; color: #444; display: block;">Paragraph is set for minimum recommended pixel size of 24px</span>
</div>
Forsaking monastic tradition, twelve jovial friars gave up their vocation for a questionable existence on the flying trapeze. The public was amazed to view the quickness and dexterity of the juggler. We quickly seized the black axle and just saved it from going past him. A mad boxer shot a quick, gloved jab to the jaw of his dizzy opponent. Six javelins thrown by the quick savages whizzed forty paces beyond the mark. We promptly judged antique ivory buckles for the next prize.
Paragraph is set for minimum recommended pixel size of 24pxYou provide the site, we provide the font
When someone visits your site, your web page sends a request to one of the WebINK servers.
The WebINK server determines what browser your visitor is using and sends the precise font format that's best for the browser and OS of your visitor.
The browser then renders the font just as if it was already installed on the visitor's computer (or tablet, or smartphone).
Speed is our middle name
WebINK sends the requested fonts when the page loads. Because WebINK uses Amazon CloudFront, fonts are delivered from servers that are closest to your site's visitor.
As our partner, Amazon offers redundancy and duplication that ensures reliability, and delivers fonts quickly and consistently to web browsers whenever and wherever they're needed.
How to get the most out of your subsets.
Fonts typically consist of dozens, hundreds, or even thousands of characters. Most of the time we only think about the letters and symbols on our keyboards (if we think about them at all), but when it comes to the World Wide Web there are two words to keep in mind: World Wide.
WebINK allows you to specify a subset of characters to include in your project. This can reduce the time needed for fonts to download, which can make your site load faster for your visitors.
If all of your site is in English, then you can set your project to be frugal and use only English-language characters.
If you have pages in French, German, or other Western European languages, you can use the Western European character set.
If you have a truly world wide website, you can use the Full character set. Any character available in the fonts you choose will be there waiting for you to use it on one of your pages.
The Specimen page for each font shows the approximate download size of each font subset. Most of the time the difference between English and Full is less than 50%, so you may decide to err on the side of caution and always use the Full character set.
If you need to change your project to use a different subset in the future, it is very easy to do.

Developer and Production Modes provide flexibility
Domains tell us what websites you want us to deliver your fonts to. For each project, you can add up to 10 domains, and we'll deliver all that project's fonts to each and every page in those domains.
Which domains should you include in a project? That all depends on how you are using projects. There are many ways to use projects to organize your work.
If you design websites for clients, you could create one project per client, including all their fonts and domains. When it is time for a site to go live, you can transfer ownership of the project to your client.
If you work in a company and have only corporate websites to maintain, you can keep all your fonts and domains in one project.

Develop Client Sites for FREE
Need to test out some fonts on a project before deploying? It's easy to do with WebINK.
All projects start out in Developer mode, which is limited to 10 unique IP addresses per day. It's perfect for developing a project and getting review comments.
When in developer mode, you can test out as many fonts as you like on as many sites that you want. The only limit is the number of unique visitors.
When you're done developing, transfer your project to you client's WebINK account, switch it to Production mode and you're good to go!

Making the Handoff
WebINK is the only service that gives you the ability to easily transfer projects between accounts. For example, you can develop a project with your account using the FREE Developer mode, and then transfer the project to your client/boss/company when you're ready to "go live." The client is happy, and better yet, you're never charged a cent.
We're Here to Help
We've created special tools and collected helpful information to get you up and running with web fonts fast.
Check out what we've got:
Need additional help getting going?
WebINK has thousands of high-quality fonts to choose from.
Javascript is currently disabled. This site requires Javascript to function correctly. Please enable Javascript in your browser!