mr_robot.toml 287 B

123456789101112131415
  1. # Font style metadata
  2. name = "Mr Robot"
  3. # Optional Google font URL
  4. google_fonts = "B612+Mono:400,700|Orbitron:400,700"
  5. # Font families
  6. heading_font = "Orbitron"
  7. body_font = "B612 Mono"
  8. nav_font = "B612 Mono"
  9. mono_font = "B612 Mono"
  10. # Font size
  11. font_size = "20"
  12. font_size_small = "16"