mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
overlays/iosevka: make font thicker
This commit is contained in:
parent
c267604f54
commit
71a098a190
2 changed files with 4 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ final: prev: rec {
|
|||
font = iosevka;
|
||||
extraArgs = [
|
||||
"--name {/.}-NFM"
|
||||
"--use-single-width-glyphs"
|
||||
"--mono"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -49,9 +49,9 @@ final: prev: rec {
|
|||
};
|
||||
|
||||
weights = {
|
||||
Regular.shape = 500;
|
||||
Regular.menu = 500;
|
||||
Regular.css = 500;
|
||||
Regular.shape = 580;
|
||||
Regular.menu = 580;
|
||||
Regular.css = 580;
|
||||
Bold.shape = 700;
|
||||
Bold.menu = 700;
|
||||
Bold.css = 700;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue