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:
Philippe Leprince 2025-06-04 15:34:41 +02:00
parent 5953e500cb
commit dddb39ab2f
3 changed files with 1 additions and 1 deletions

View file

@ -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")