Skip to content

Commit

Permalink
convert bs icons to ttf
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Nov 14, 2023
1 parent 751def8 commit e7f66f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/font/bootstrap-icons.ttf
Binary file not shown.
Binary file removed assets/font/bootstrap-icons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/elements/icon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local prompt_mapping = json.decode(love.filesystem.read("assets/font/promptfont.
local function map_with_font(id)
local hex_str = bs_mapping[id]
if hex_str then
return hex_str, "assets/font/bootstrap-icons.woff2"
return hex_str, "assets/font/bootstrap-icons.ttf"
else
return prompt_mapping[id], "assets/font/promptfont.ttf"
end
Expand Down

0 comments on commit e7f66f9

Please sign in to comment.