mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Rename the codepoints and json file to match the font file name.
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
5953e500cb
commit
dddb39ab2f
3 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ def get_font_filepath(
|
|||
|
||||
|
||||
def get_mapping_filepath(
|
||||
font_name: Optional[str] = "MaterialSymbolsOutlined"
|
||||
font_name: Optional[str] = "MaterialSymbolsOutlined-Regular"
|
||||
) -> str:
|
||||
return os.path.join(CURRENT_DIR, f"{font_name}.json")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue