Skip to content

Commit

Permalink
restore accidentally changed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Sep 3, 2019
1 parent d8450e6 commit 8047d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/ui/font.lua
Expand Up @@ -133,7 +133,7 @@ function Font:getFace(font, size)

-- Not all fonts are bundled on all platforms because they come with the system.
-- In that case, search through all font folders for the requested font.
if not ok then
if not ok and font ~= realname then
local fonts = FontList:getFontList()
local escaped_realname = realname:gsub("[-]", "%%-")

Expand Down

0 comments on commit 8047d67

Please sign in to comment.