alice-in-metamorpov/variables.typ

14 lines
522 B
Plaintext

// Reader-owned
#let name = "Jean"
// Font
// EB Garamond Classic fantasy-feel serif font (Recommended)
// Source Serif Pro High-legibility serif font (Dyslexia-friendly)
// Atkinson Hyperlegible Next High-legibility sans serif font (Dyslexia-friendly)
// Fast? Emphasizes the first part of each word
#let font-title = "Nyght Serif"
#let font-body = "EB Garamond"
#let font-is-fast = false
#let font-size = 12pt
#let font-size-small = 10pt
#let font-size-large = 14pt