Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

10 строки
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. )