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.

12 lines
305 B

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