ghostty: convert font-size setting from pt to px (#1971)
Closes: https://github.com/nix-community/stylix/issues/1965 Link: https://github.com/nix-community/stylix/pull/1971 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
961948bcb1
commit
3e2c930ce0
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ mkTarget {
|
|||
fonts.monospace.name
|
||||
fonts.emoji.name
|
||||
];
|
||||
font-size = fonts.sizes.terminal;
|
||||
|
||||
# 4/3 factor used for pt to px;
|
||||
font-size = fonts.sizes.terminal * 4.0 / 3.0;
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue