Moving some assets around

This commit is contained in:
2023-06-20 10:54:15 -07:00
parent d679b06b9f
commit ac797c8abb
49 changed files with 215 additions and 98 deletions

View File

@ -0,0 +1,11 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_truetype(font_main
REGULAR=${CMAKE_CURRENT_LIST_DIR}/Ysabeau-Medium.ttf
BOLD=${CMAKE_CURRENT_LIST_DIR}/Ysabeau-SemiBold.ttf
ITALICS=${CMAKE_CURRENT_LIST_DIR}/Ysabeau-MediumItalic.ttf
BOLD_ITALICS=${CMAKE_CURRENT_LIST_DIR}/Ysabeau-SemiBoldItalic.ttf
)