Use Any Font

Use any custom fonts you wish and give your site a elegant look. No css knowledge required.

Click here for Use Any Font working demo.

Use Any Font gives you freedom to use custom fonts in your website. It is not like other font embed services which gives you countable number of fonts to select from neither the one that stores your font in remote server. You can use any custom fonts if you have its font format (ttf,otf,woff) without being dependent to other’s server uptime. You can just upload one format and the rest needed formats to work in all browsers are automatically converted even in woff2 compressed format for latest browsers and faster load time.

Features

Support

You need API key to connect to our server for font conversion. Our server converts your font and sends it back.

You can get key from here. You can also generate Lite / Test API key from button at top of the plugin page. Note : Lite / Test API only allow single font conversion.

Installation Video

Note : We don’t store your fonts in our server neither any of your information except the API key details. Our server deletes the temporary file after the conversion is done.

We don’t respond to support tickets created here. Please visit our support forum for your issues.

Integration for Themes / Plugin Developers

You can use uaf_get_font_families(); function to get the list of custom fonts uploaded with Use Any Font. You can add it in your font family select box or list.

if (function_exists(‘uaf_get_font_families’)){
$uaf_font_families = uaf_get_font_families(); // Returns Array
}

Please do write us after integration and we will add it in our supported list and create a discount code for your users.