mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
13 lines
272 B
Lua
13 lines
272 B
Lua
return {
|
|
text = "SF Pro", -- Used for text
|
|
numbers = "SF Mono", -- Used for numbers
|
|
|
|
-- Unified font style map
|
|
style_map = {
|
|
["Regular"] = "Regular",
|
|
["Semibold"] = "Semibold",
|
|
["Bold"] = "Bold",
|
|
["Heavy"] = "Heavy",
|
|
["Black"] = "Black",
|
|
}
|
|
}
|