View Single Post
Old 04-15-2019, 05:03 AM   #38
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Leonatus View Post
What is PIL?
PIL is a Python Image Library.

Quote:
Originally Posted by Leonatus View Post
The font is called FoglihtenNo04 by glukfonts.pl.
The plugin worked fine with this font on my Windows machine and generated the following CSS declaration:

Code:
@font-face {
    font-family: 'FoglihtenNo04';
    font-weight: normal;
    font-style: normal;
    src: url('../Fonts/FoglihtenNo04-070.otf');
}
If the plugin previously worked with FoglihtenNo04, maybe the font file that you downloaded got corrupted or was locked by another process, e.g. a virus scanner or a backup tool, when you ran the plugin.

Does the plugin work with other fonts or do you get the same error message for all fonts?
Doitsu is offline   Reply With Quote