Add fallback-fonts #30

Open
opened 2021-08-08 18:16:28 +00:00 by chaoslama · 1 comment
Owner

Currently we depend on some fonts, which aren't actually that common. Here it'd be nice to add a mechanism for falling back to other fonts, if those aren't present.

Currently we depend on some fonts, which aren't actually that common. Here it'd be nice to add a mechanism for falling back to other fonts, if those aren't present.
Author
Owner

Configurable fonts

To the theme-options add four configurable fonts:

  • font (defaults to sans-font)
  • print-font (defaults to serif-font)
  • console-font (defaults to monospace-font)
  • title-font (depending on current default-font)

In General documents should default to use the sans-font. If a document is being generated for printing, a serif-font will be used. For code-blocks a monospace-font will be used.

# Configurable fonts To the theme-options add four configurable fonts: - font (defaults to sans-font) - print-font (defaults to serif-font) - console-font (defaults to monospace-font) - title-font (depending on current default-font) In General documents should default to use the sans-font. If a document is being generated for printing, a serif-font will be used. For code-blocks a monospace-font will be used.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chaoslama/make_pdf#30
No description provided.