mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Bump fonts (#4744)
Fixes #4743 (shallow submodule + GitHub bug). Updated FreeSans fixes #4707 todo (swapped arrows).
This commit is contained in:
@@ -492,8 +492,8 @@ local multiswipe_to_arrow = {
|
||||
west = "⬅",
|
||||
north = "⬆",
|
||||
south = "⬇",
|
||||
northeast = "⬉", -- @TODO swap back, see https://github.com/koreader/koreader/issues/4707
|
||||
northwest = "⬈", -- @TODO swap back, see https://github.com/koreader/koreader/issues/4707
|
||||
northeast = "⬈",
|
||||
northwest = "⬉",
|
||||
southeast = "⬊",
|
||||
southwest = "⬋",
|
||||
}
|
||||
|
||||
Submodule resources/fonts updated: c526ac0087...a4b2154c7a
Reference in New Issue
Block a user