Support configurable default font and size
Some checks failed
CI Pipeline / build (pull_request) Failing after 46s
Some checks failed
CI Pipeline / build (pull_request) Failing after 46s
Add default_font and default_size options to Document.create, rendered as w:docDefaults in styles.xml. Defaults to Arial 12pt. Adjust heading sizes for better visual hierarchy. Styling based on uutilsynet guidance for accessible documents: https://www.uutilsynet.no/veiledning/rettleiar-universelt-utforma-word-og-pdf-dokument/1636
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Notare
|
||||
VERSION = "0.0.6"
|
||||
VERSION = "0.0.7"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user