Use Any Font | Custom Font Uploader

Use Any Font | Custom Font Uploader Install Statistics

500
174.74%
Today: 1,169 Yesterday: 669 All-time: 5,672,919 downloads
Use Any Font | Custom Font Uploader Icon

Try plugin: Use Any Font | Custom Font Uploader

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 …

997


33


8


11


63

updated: 5 months ago
since: 11 years ago
author: Dnesscarkey

Description

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.

Click HERE for Use Any Font working demo.

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

Support

Font Conversion API Usage

  • 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.