Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 716698d

Browse files
committed
Fixed font weight issue on error screen
1 parent 7d8ff9e commit 716698d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

screens/internal-error.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ local function initialize(data)
2525
end
2626
end
2727
--/abyss-embedded/Hack-Regular.ttf
28-
local f30 = abyss.createTtfFont('/abyss-embedded/Hack-Regular.ttf', math.floor(30 * 1.0), 'light')
29-
local f15 = abyss.createTtfFont('/abyss-embedded/Hack-Regular.ttf', math.floor(15 * 1.0), 'light')
28+
local f30 = abyss.createTtfFont('/abyss-embedded/Hack-Regular.ttf', math.floor(30 * 1.0), 'slight')
29+
local f15 = abyss.createTtfFont('/abyss-embedded/Hack-Regular.ttf', math.floor(15 * 1.0), 'slight')
3030

3131
Label:new{
3232
parent = rootNode,

0 commit comments

Comments
 (0)