With the iOS 13 and the iPadOS 13, Apple has introduced a font manager, which as the name suggests, allows you to download and manage fonts from third-party apps. However, do note that the. Easy Access to All Your Favorite Fonts The Creative Fabrica Free Font Manager allows you to quickly scroll through all of you fonts and determine which one is right for you project without having to change the font in Cricut Design Space 100 times and then not remember which one you liked best after trying them all out.

Description

Upload any custom fonts you wish and give your site a elegant look. Quickly change font without need of css knowledge.

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

Fontboss 1 0 – Quick And Easy Font Manager Cover Letter

  • Quick and easy to setup. Change font with ease.
  • Support all major browsers including IE, Edge, Firefox, Chrome, Safari, IOS, Andriod, Opera and more.
  • Font conversion within the font uploader and quick font assign interface. You can select pre defined html tags or assign it to custom css.
  • Use uploaded custom fonts directly from WordPress Editor, Gutenberg Editor,
    Divi Builder,
    Site Origin Page Buider,
    Elementor Page Builder,
    Beaver Builder,
    Themify Builder,
    Oxygen Builder,
    Generate Press,
    Astra Theme,
    Ocean WP Theme,
    Revolution Slider,
    WPBakery Page Builder ( Js Composer ),
    and any visual builder using the class.
  • Custom fonts uploaded can be directly used from Theme options panel for major themeforest themes like Avada, X Theme, Flatsome, Salient, Porto, Shopkeeper, Oshine, WPLMS Learning Management System Theme, KLEO, WoodMart, ListingPro, SimpleMag, ROSA 1, 907, Voice, Grand Restaurant, LeadEngine, Service Finder, MagPlus, Hostiko, Adifier, Puca, GreenMart, Reco, VidoRev, Halena and many more known themes. (1000+). Check out full list here.
  • Supports font format including ttf, otf, woff 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.
  • Added font display property in @font-face

Support

  • Support Forum to quickly resolve your issues.
  • Or you can also send msg using Facebook Msg widget from our website. https://dineshkarki.com.np

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 font upload is complete.

Integration for Themes / Plugin Developers

Fontboss 1 0 – Quick And Easy Font Manager Software

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.

Installation

  1. Search Use Any Font and click on Install.
  2. Activate the use-any-font plugin through the ‘Plugins’ menu in WordPress.
  3. Get the API key and verify it (Needed to connect to server for font conversion).
  4. Select Use Any Font under Settings
  5. Upload / Add custom font.
  6. Assign your custom font to elements.
  7. You can also assign the custom font directly from wordpress page/post editor.
  8. Your fonts are working in your site now.
  9. You may refer to Screenshots tab for visual instructions.

FAQ

Which font format does plugin accepts and the font size ?

Currently, ttf, otf, woff font format are accepted but you only need to upload font in 1 format other needed formats to work in all browser are auto generated by our font convertor. Font file upto 25MB is acceptable. However, we suggest you to use smaller ones as far as possible. The font file size directly affects your site load time.

From where can i get the font files ?

Mostly you can download the font files from internet. There are many sites that offer fonts. One of font directory we really like is Ultimate Fonts. They only have free fonts which are even free for commercial use. So you can install font and use in any website.

Does it works with multiple fonts ?

Ya, it works with multiple fonts. For multiple font conversion request, you need to get the Premium Key.

Do i need to manually convert fonts ?

No, you don’t need to do it yourself. Just upload your font (supports most of the font format), and the plugin’s font convertor does the rest.

Does it work with Visual Builder like Divi Builder ?

Ya, it works with any visual builder. For that you can assign class to those elements. Class name are same as font name. Also, we have full support for Divi Builder and SiteOrigin Page Builder. You can assign fonts using their font family dropdown.

You can check video for more details.
Divi Builder : https://www.youtube.com/watch?v=Y24TtwNHFMY
Site Origin Page Buider : https://www.youtube.com/watch?v=dA-iXWZSCYs

Does it works with any theme ?

Its built-in Font Upload and Font assign section allows you to assign custom fonts to any theme. However, for popular themes like Avada, X Theme, Flatsome, Salient, Porto, Shopkeeper, Oshine, WPLMS Learning Management System Theme, KLEO, WoodMart, ListingPro, SimpleMag, ROSA 1, 907, Voice, Grand Restaurant, LeadEngine, Service Finder, MagPlus, Hostiko, Adifier, Puca, GreenMart, Reco, VidoRev, Halena and many more known themes. (1000+). Check out full list here., we have added extra features that allows you to assign the custom font to your theme using the theme options panel.

Can I assign font based on language ?

Ya, Our plugin allows you to assign font based on language. It currently supports WPML and Polylang. Quick font changer based on language used. If you are using some others multi lingual plugin, please do contact us and we will try to integrate with our plugin.

Where are my fonts stored ?

All the fonts are stored in your own server. Our server only convert the fonts and sends back. It is stored in wp-content/uploads/useanyfont folder. So there won’t be different fonts path and will be indentical to your siteurl.

Does my font depends upon plugin’s server uptime ?

No, our server is needed during font conversion only. After that all fonts are served from your own server.

Not working for me. What can i do ?

  • Support Forum to quickly resolve your issues.
  • Or you can also send msg using Facebook Msg widget from our website. https://dineshkarki.com.np

How can theme / plugin developer integrate Use Any Font ?

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(); // Return Array
}

Please do write us after integration and we will add it in our supported list.

Reviews

This is exactly the plugin that I needed. 'Use any font' enables the use of self-hosted fonts without CSS! The programmers did a great job 🙂 Perfect for everybody who needs custom fonts but is not able to code. And the best thing is: If you have any problem, you can mail to Dinesh Karki and get an answer immediately. Even if you have a 'Free'-Account!! And even better: If you don't know what to do next, the team will log into your wp account and solve the problem. Thank you so much, Dinesh!
  • Attach your font folders, index your fonts and search for fonts. Pick required font by typing its name in the Quick Search box.

  • Library allows you to view it as a hierarchy of logical folders without rearranging folders and files in the font storage.

  • Groups are the logical sets of fonts in the Library which can be activated and deactivated as a whole.

  • Assign keywords, categories, ratings, and captions. Search by tags and by font properties.

FontExpert

Font Manager for OpenType, TrueType, and Adobe PostScript Fonts

FontExpert Font Manager enables you to preview and manage fonts, create Library, font groups, attach font collections, search for fonts in Library and collections, and examine your system for font errors.

FontExpert Features:

  • View and Preview Fonts
    FontExpert displays the list of all installed typefaces and lets you explore folders and preview uninstalled fonts located on your compact disks or DVDs, local disks, removable disks or network drives. You can preview the font as a paragraph of text or as a detailed character map. It is easy to choose the desired font size, font style or color.
  • Assign Keywords, Ratings and Categories to Fonts
    Assign keywords, categories, ratings and captions in new Tags view.
  • Search in Database
    Search for fonts in the database by keywords, ratings and categories in new DB Search view.
  • Search for Fonts on Local Discs and Network Drives
    FontExpert can search your local disks, CDs or DVDs, network drives for fonts, and put all fonts to a special list for your further work.
  • Search for Duplicates and Corrupted Fonts
    FontExpert automatically detects corrupted and incomplete fonts, and allows you to search for and manage duplicate fonts.
  • Manage Fonts
    It is easy to manage any typefaces that are shown in any view of the program. You can sort, filter, preview fonts, copy, move, delete font files, activate or deactivate fonts, add or link fonts to font groups (sets). The program can control fonts located in the Windows Fonts and Psfonts folder (used by Adobe Type Manager), so you do not need to remove fonts from standard folders as some font managers require.
  • Create Font Library
    FontExpert imports fonts and creates font library. You can keep your fonts organized in groups (sets), and activate or deactivate font sets. A group may include either the font file, or a link to a file located in any folder on your computer or network drive. It is easy to add fonts or links by drag-and-dropping from the Windows Explorer to the Groups view.
  • Print Fonts
    FontExpert can print selected fonts. It is easy to print character map, 'water flow' or face name reports for selected fonts, either installed or uninstalled. You can customize and format page headers and footers as desired, for example, by adding the name of your company.
  • View Advanced Font Properties
    The program displays detailed information about the selected font, including type foundry or copyright, TrueType tables, number of kerning pairs in a font, Panose attributes, Windows font metrics and more.
  • Examine your System for Font Errors
    With the help of Detect Font Problems feature, it is easy to find errors in installed fonts and to optimize Windows by resolving typeface conflicts and by removing records about missing fonts.
  • Export Fonts to HTML Web Album
    FontExpert can create HTML Web Album from selected fonts. You can create GIF, JPG, PNG, TIFF, and BMP images of selected font faces. See the sample of HTML page created by FontExpert.
  • Automatic Activation of Missing Fonts
    FontExpert includes Missing Fonts Loader plug-in for Adobe InDesign, and for Adobe Illustrator.
  • Windows Shell Extensions
    The program adds Open, Print and Install Font custom menu commands to Windows Explorer context menu, and adds custom property page that displays detailed attributes of selected .ttf or .otf file. FontExpert adds font management capabilities to the shell so it is easy to activate or print any font in a folder you browse in Windows Explorer.

Useful Topics:

Fontboss 1 0 – Quick And Easy Font Manager

FontExpert and Photo Manager resources.

Latest News:

February 24, 2020
New FontExpert 2020 ver. 17.0 Release 1.
Manager
  • Mar 17, 2020

    Service Pack build for high-resolution monitors - FontExpert 2020 Version 17.0

    Proxima Software has issued the Service Pack build of FontExpert 2020 version 17.0 (64-bit) which fixes GUI issues on high-resolution monitors at text size set to more than 100%.>>
  • Feb 24, 2020

    FontExpert 2020 Version 17.0

    Proxima Software has issued new major version FontExpert 2020 version 17.0 (64-bit and 32-bit).>>
  • Feb 24, 2020

    Missing Fonts Loader Plug-In for Adobe InDesign 2020 15.0 x64

    Proxima Software has issued Missing Fonts Loader plug-in for Adobe InDesign 2020 15.0 x64. >>
  • Nov 5, 2019

    Missing Fonts Loader Plug-In for Adobe Illustrator 2020 24.0 (64-bit)

    Proxima Software has issued Missing Fonts Loader plug-in for Adobe Illustrator 2020 24.0 (64-bit). >>
  • Nov 3, 2019

    FontExpert 2019 Version 16.0 Release 4

    Proxima Software has issued the Release 4 of FontExpert 2019 version 16.0 (32-bit and 64-bit).>>
  • May 4, 2019

    FontExpert 2019 Version 16.0 Release 3

    Proxima Software has issued the Release 3 of FontExpert 2019 version 16.0 (32-bit and 64-bit).>>
  • Mar 31, 2019

    FontExpert 2019 Version 16.0 Release 2

    Proxima Software has issued the Release 2 of FontExpert 2019 version 16.0 (32-bit and 64-bit).>>
  • Feb 21, 2019

    FontExpert 2019 Version 16.0

    Proxima Software has issued new major version FontExpert 2019 version 16.0 (32-bit and 64-bit).>>
  • Nov 26, 2018

    New Release of FontExpert 2018

    Proxima Software has issued the Release 2 of FontExpert 2018 version 15.0 (32-bit and 64-bit).>>
  • Nov 25, 2018

    Missing Fonts Loader Plug-In for Adobe InDesign CC 2019

    Proxima Software has issued Missing Fonts Loader plug-in for Adobe InDesign CC 2019 version 14.>>video
  • FontExpert 2020 Font Manager

    Version 17.0 Release 1
    Full Functional 30-day Trial Version, 20.0 Mb:

    Download (64-bit build)
    Download (32-bit build)
    What's New
    Buy Now
    On-line Help (permanent link)
    User Guide
    Plug-ins for Adobe products
    Press Release

System Requirements:

Operating systems (32-bit and 64-bit):
Windows 10, 8.1, 8, 7, Vista, XP, and corresponding server versions of Windows.

Links:

Preview Fonts
Manage Fonts
Print Fonts
Supported Fonts
Plug-Ins
Tutorials
Release Notes
Typography Terms
Update Multiple Licenses

Testimonials:

”I must say that you have the best font program that I have ever used. I have been an art director and a graphic designer for over 40 years and I've run into a lot of them but none that had not only the ease of use, but also the complete coverage that yours has. It is a wonderful font program and I'm sure that many more out there agree with me.”

Annie Wilkin, art director and graphic designer

”I just wanted to let you all know how deeply satisfied I am with your product. I have been using FontExpert for almost 2 years now and it is the best font manager program I have ever seen or used. As a graphic designer this program is invaluable and I have recommended it to many of my friends and fellow designers. Keep up the good work!”

Doug Cloud, designer

”Hi, it's not my habit to send this type of message, but this is an exception because your program also does it. I'm a web font collector, and a foreigner languages student (without presumption, I write in Japanese, French, Romanian, and Spanish, my native language), and sometimes the fonts I want to use have not all the characters I need, so I have searched for a font viewer program by too much time, and the best I found among all of them (maybe 30 or 40) is FontExpert. I want to tell you 'Congratulations!' because there is no a program more complete. Show the fonts by language, show the Unicode characters, browse in others folders, customize the text sample are just a few options that we can find in many others programs, but never gathered together. When I want to search a special character in a 'dingbats' font, it's very easy. All the other options as color and size change are very useful. Besides, the appearance of the program is really cool. I could gamble my soul to defend that FontExpert is, and will be the best font manager and viewer that ever existed.”

Edgar Chimal, student