mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
overlays/iosevka: fake built weight for Regular
This commit is contained in:
parent
5946ddc87a
commit
904c554f77
1 changed files with 3 additions and 2 deletions
|
|
@ -51,9 +51,10 @@ final: prev: rec {
|
|||
};
|
||||
|
||||
weights = {
|
||||
# Build 580, but indicate 400 in output
|
||||
Regular.shape = 580;
|
||||
Regular.menu = 580;
|
||||
Regular.css = 580;
|
||||
Regular.menu = 400;
|
||||
Regular.css = 400;
|
||||
Bold.shape = 700;
|
||||
Bold.menu = 700;
|
||||
Bold.css = 700;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue