123456789101112131415 |
- # Font style metadata
- name = "Mr Robot"
- # Optional Google font URL
- google_fonts = "B612+Mono:400,700|Orbitron:400,700"
- # Font families
- heading_font = "Orbitron"
- body_font = "B612 Mono"
- nav_font = "B612 Mono"
- mono_font = "B612 Mono"
- # Font size
- font_size = "20"
- font_size_small = "16"
|