We'll create fresh WordPress site with Use Any Font | Custom Font Uploader installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Takes ~10 seconds to install.
About Use Any Font | Custom Font Uploader
Upload custom fonts using font uploader. Custom fonts are auto converted to compressed woff2 for better performance. Self Hosted & GDPR compliant …
Upload any custom fonts you wish and give your site a elegant look. Quickly change font without need of css knowledge. Or you can select from our 23,871+ predefined font collection to add in your site. It even has google fonts which you can store in your own server.
Use Any Font gives you freedom to intall custom fonts in your wordpress website. It is different than other font embed services which gives you countable number of fonts to select from neither the one that stores your custom 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
Quick and easy to setup. Change font with ease.
Supports all browsers.
Uploaded custom fonts are automatically converted to compressed woff2 format for faster loading.
Font conversion within the font uploader and quick font assign interface. You can select pre defined html tags or assign it to custom css.
Supports font format including ttf, otf, woff, woff2 but you only need to upload font in 1 format. Other required fonts are converted automatically by our font convertor.
Accepts custom font file upto 25 MB.
Embed fonts using @font-face css. SEO friendly and quick loading due to woff2 compression.
Multiple custom fonts can be used.
Faster load time as your custom fonts are stored on your own server.
Supports font assign based on language for WPML and Polylang multi language plugin.
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.
Use Any Font uses Font Conversion API developed by Dnesscarkey. Font conversion API helps the plugin to convert the font files in different format (woff, woff2 but not limited to) for faster loading, and multiple browser support. Plugins sends the request to Font conversion server with font files, font conversion server converts it and returns the converted files. Once the conversion is completed, font files are automatically deleted.
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 font upload is complete. Your font files are served from your own server.
For font conversion, our plugin uses server2.dnesscarkey.org and server3.dnesscarkey.org and it is only dedicated to Use Any Font plugin.
For Font Conversion API terms and condition. Please visit here.
Installation Video
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.