Open taras19921 opened 6 years ago
Hi @taras19921,
No, .otf (opentype) fonts are not supported. Please see the fonts wiki page:
For many use cases, you can convert into TrueType format. Here is a free online font converter: https://www.fontsquirrel.com/tools/webfont-generator
Make sure you tick TrueType output format and if you need language support other than Western European, click no subsetting. Prepare to wait up to a minute for the converter to do its thing.
If other convertors failed, try using otf2ttf
using afdko
utility : https://github.com/adobe-type-tools/afdko
It worked for Google Noto Fonts.
after installing run:
otf2ttf <src path> <dest path>
I am using OCR-B-Regular.otf font. But I am getting the following error:
Is it possible to use .otf fonts ?