Skip to content

Stupid newbie tricks: I can't get font-size to work :) #6380

Closed Answered by feoh
feoh asked this question in Q&A
Discussion options

You must be logged in to vote

Solution found!

The answer came from the Fediverse, technically savvy bunch over there! :)

Here's the original answer:

https://mastodon.social/@neurobashing/113476605431700951

Long and short: I was asking for Wezterm's default font in a size it probably doesn't exist in.

I was able to get my giant fonts to work by specifying a font of my own where I could use other tools to get exact available font sizes and come to a working configuration that meets my needs:

local wezterm = require("wezterm")

local config = wezterm.config_builder()

config.color_scheme = "Dracula"
config.font = wezterm.font("Firacode Nerd Font")
config.font_size = 18

print(config)
return config

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by feoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant