classic.toml 273 B

1234567891011121314
  1. # Font style metadata
  2. name = "Classic"
  3. # Optional Google font URL
  4. google_fonts = "Playfair Display:400,700|Fauna One"
  5. # Font families
  6. heading_font = "Playfair Display"
  7. body_font = "Fauna One"
  8. mono_font = "Roboto Mono"
  9. # Font size
  10. font_size = "20"
  11. font_size_small = "16"