/ config.toml
config.toml
 1  # SPDX-FileCopyrightText: 2023 Jeff Epler for Adafruit Industries
 2  # SPDX-License-Identifier: MIT
 3  
 4  [defaults]
 5  sizes = [6, 8, 10, 12, 14, 18, 24, 30, 36, 42, 48, 54, 60, 72]
 6  
 7  # Note that subset ranges are *inclusive* of the upper bound in otf2bdf
 8  [variants]
 9  #ascii = "32_126"
10  latin1 = "32_255"
11  
12  # [FONT.FontFileNameWithoutExtension]
13  # name = "desired_package_base_name"
14  # filename = "relative/path/to/font_file.ttf_or_otf
15  # license = "LICENSES/license-name.txt"