Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Hotfix embeeded font feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkorpushov committed Sep 3, 2017
1 parent 80bd683 commit 558af2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fb2mobi-gui.py
Expand Up @@ -414,7 +414,7 @@ def process(self, mode):
# Отключим отправку книг на Kinlde из командной строки
config.send_to_kindle['send'] = False
if self.gui_config.embedFontFamily:
css_file = os.path.join(os.path.dirname(gui_config.config_file), 'profiles', '_font.css')
css_file = os.path.join(os.path.dirname(self.gui_config.config_file), 'profiles', '_font.css')
if os.path.exists(css_file):
config.current_profile['css'] = css_file

Expand Down
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -4,5 +4,5 @@

WINDOWS = platform.system().lower() == "windows"

VERSION = u'3.6.33'
VERSION = u'3.6.34'

0 comments on commit 558af2b

Please sign in to comment.