16 lines
279 B
TOML
16 lines
279 B
TOML
# Font style metadata
|
|
name = "Classic"
|
|
|
|
# Optional Google font URL
|
|
google_fonts = "Lato:400,700|Open+Sans|Roboto+Mono"
|
|
|
|
# Font families
|
|
heading_font = "Lato"
|
|
body_font = "Open Sans"
|
|
nav_font = "Lato"
|
|
mono_font = "Roboto Mono"
|
|
|
|
# Font size
|
|
font_size = "20"
|
|
font_size_small = "16"
|