Failed to decode downloaded font

In the css rule you have to add the extension of the file. This example with the deepest support possible: EDIT: “Failed to decode downloaded font” means the font is corrupt, or is incomplete (missing metrics, necessary tables, naming records, a million possible things). Sometimes this problem is caused by the font itself. Google font … Read more

What is the jasperrepots-fonts jar for and how to use it?

In jasper report (.jrxml file) you can use several fonts for displaying labels/texts. These fonts may not be always available on different platforms/OS. (e.g. There are some MS fonts which are unavailable on linux machines unless you install them manually). So, we bundle the fonts used in jasper report into a jar and make them … Read more

How can I extract embedded fonts from a PDF as valid font files?

You have several options. All these methods work on Linux as well as on Windows or Mac OS X. However, be aware that most PDFs do not include to full, complete fontface when they have a font embedded. Mostly they include just the subset of glyphs used in the document. Using pdftops One of the most frequently used … Read more

What is the default font of Sublime Text?

On Linux it’s Monospace 10 pt. (the exact monospace font used may vary on different Linux distributions or versions), on Windows it’s Consolas 10 pt., and on OS X it’s Menlo Regular 12 pt. (The color scheme is Neon, the syntax highlighting is from PackageDev, and the font is Liberation Mono This information is found in the Packages/Default directory (where Packages is the directory opened by the Preferences → … Read more