Add custom.css to justify align content paragraphs and enable hyphenation

[?]
Nov 15, 2020, 8:48 AM
AJ32E5LBH2KX2LU4MP4S4HEQYLBQQ7XS5PDRZJEHKRNUDHAPNCTQC

Dependencies

Change contents

  • file addition: custom.css (-xw-x--x--)
    [2.6]
    .content p {
    text-align: justify;
    text-justify: auto;
    hyphens: auto;
    }
  • edit in book.toml at line 6
    [2.505893]
    [output.html]
    curly-quotes = true
    additional-css = ["src/custom.css"]