You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
282 B

  1. install_data(
  2. 'Lora-Bold.ttf', 'Lora-BoldItalic.ttf', 'Lora-Italic.ttf', 'Lora-Regular.ttf',
  3. install_dir: join_paths(get_option('datadir'), 'fonts', 'lora')
  4. )
  5. install_data(
  6. 'SIL Open Font License.txt',
  7. install_dir: join_paths(get_option('datadir'), 'fonts-lora')
  8. )