classic.toml 258 B

1234567891011
  1. # Font style metadata
  2. name = "Classic"
  3. # Optional Google font URL
  4. google_fonts = "family=Lato:wght@400;700&family=Merriweather&family=Roboto+Mono"
  5. # Font families
  6. heading_font = "Lato"
  7. body_font = "Merriweather"
  8. nav_font = "Lato"
  9. mono_font = "Roboto Mono"