Warning: Constant MULTISITE already defined in /home/pbmalartu/public_html/wp-config.php on line 107

Warning: Constant SUBDOMAIN_INSTALL already defined in /home/pbmalartu/public_html/wp-config.php on line 108

Warning: Constant DOMAIN_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 109

Warning: Constant PATH_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 110

Warning: Constant SITE_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 111

Warning: Constant BLOG_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 112

Warning: The magic method Pressbooks\Book::__wakeup() must have public visibility in /home/pbmalartu/public_html/wp-content/plugins/pressbooks/inc/class-book.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758
{"id":234,"date":"2015-11-16T17:31:39","date_gmt":"2015-11-16T17:31:39","guid":{"rendered":"https:\/\/pb.malartu.org\/pbuserguide\/chapter\/changing-the-font-size-in-your-pdf-outputs\/"},"modified":"2018-09-20T17:11:06","modified_gmt":"2018-09-20T17:11:06","slug":"changing-the-font-size-in-your-pdf-outputs","status":"publish","type":"chapter","link":"https:\/\/pb.malartu.org\/pbuserguide\/chapter\/changing-the-font-size-in-your-pdf-outputs\/","title":{"rendered":"Changing the font-size and line-height in your PDF outputs"},"content":{"raw":"You might want the font-size in your book to be smaller, or larger. You can adjust this using the Custom CSS feature.<\/a>\u00a0(Please read this first!).\n\nIn your Custom CSS,\u00a0PDF version, find the following:\n
\n
\nbody {\nfont-size: 11pt;\nline-height: 1.4;\n}\n<\/code><\/pre>\n<\/div>\nFont-size<\/strong> is the size of the typeface, in \"points.\"\n\nLine-height <\/strong>(called \"leading\" in traditional typography), is the distance between the baselines of successive lines of type, or the space between the lines of type. Line-height is expressed as a multiple of the size of the font, so line-height: 1.2<\/code> means: \"1.2 times the height of the font.\"\n

Decreasing Your Font-size<\/h2>\nSo, if you want to decrease the page-count of your book, you would reduce the font-size, and line-height. Your edited CSS would look like this:\n
\n
\nbody {\nfont-size: 10pt;\nline-height: 1.2;\n}\n<\/code><\/pre>\n<\/div>\n

Increasing Your Font-size<\/h2>\nOn the other hand, if you want to make a \"large print\" book, or just increase legibility, you might increase the font-size, as well as the line-height. Your edited CSS would look like this:\n
\n
\nbody {\nfont-size: 12pt;\nline-height: 1.5;\n}\n<\/code><\/pre>\n<\/div>\nNote 1:\nNeither font-size nor line-height should be changed in Ebook CSS<\/strong>, since the user\/reader should be able to decide font-sizes for themselves. <\/em>\n
NOTE: We have recently introduced a new method for setting your body font size and line height\u00a0in select themes. For more, see our guide chapter<\/a> on the changes.<\/div>","rendered":"

You might want the font-size in your book to be smaller, or larger. You can adjust this using the Custom CSS feature.<\/a>\u00a0(Please read this first!).<\/p>\n

In your Custom CSS,\u00a0PDF version, find the following:<\/p>\n

\n
\nbody {\nfont-size: 11pt;\nline-height: 1.4;\n}\n<\/code><\/pre>\n<\/div>\n

Font-size<\/strong> is the size of the typeface, in “points.”<\/p>\n

Line-height <\/strong>(called “leading” in traditional typography), is the distance between the baselines of successive lines of type, or the space between the lines of type. Line-height is expressed as a multiple of the size of the font, so line-height: 1.2<\/code> means: “1.2 times the height of the font.”<\/p>\n

Decreasing Your Font-size<\/h2>\n

So, if you want to decrease the page-count of your book, you would reduce the font-size, and line-height. Your edited CSS would look like this:<\/p>\n

\n
\nbody {\nfont-size: 10pt;\nline-height: 1.2;\n}\n<\/code><\/pre>\n<\/div>\n

Increasing Your Font-size<\/h2>\n

On the other hand, if you want to make a “large print” book, or just increase legibility, you might increase the font-size, as well as the line-height. Your edited CSS would look like this:<\/p>\n

\n
\nbody {\nfont-size: 12pt;\nline-height: 1.5;\n}\n<\/code><\/pre>\n<\/div>\n

Note 1:
\nNeither font-size nor line-height should be changed in Ebook CSS<\/strong>, since the user\/reader should be able to decide font-sizes for themselves. <\/em><\/p>\n

NOTE: We have recently introduced a new method for setting your body font size and line height\u00a0in select themes. For more, see our guide chapter<\/a> on the changes.<\/div>\n","protected":false},"author":1,"menu_order":10,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by"},"chapter-type":[],"contributor":[],"license":[50],"part":208,"_links":{"self":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/234"}],"collection":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/234\/revisions"}],"predecessor-version":[{"id":235,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/234\/revisions\/235"}],"part":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/parts\/208"}],"metadata":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/234\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/media?parent=234"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapter-type?post=234"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/contributor?post=234"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/license?post=234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}