mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make wired.com recipe font size smaller
This commit is contained in:
parent
fb34e337f6
commit
982a1ac183
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
.. _gui:
|
.. _gui:
|
||||||
|
|
||||||
The Grahical User Interface
|
The Graphical User Interface
|
||||||
============================
|
=============================
|
||||||
|
|
||||||
The Graphical User Interface *(GUI)* provides access to all
|
The Graphical User Interface *(GUI)* provides access to all
|
||||||
library management and ebook format conversion features. The basic workflow
|
library management and ebook format conversion features. The basic workflow
|
||||||
|
@ -13,7 +13,7 @@ class Wired(BasicNewsRecipe):
|
|||||||
description = 'Technology news'
|
description = 'Technology news'
|
||||||
timefmt = ' [%Y%b%d %H%M]'
|
timefmt = ' [%Y%b%d %H%M]'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
html2lrf_options = ['--base-font-size', '16']
|
#html2lrf_options = ['--base-font-size', '16']
|
||||||
|
|
||||||
preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in
|
preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user