mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
overlays/iosevka: build default weight
This commit is contained in:
parent
51d27a224a
commit
e08afde62f
1 changed files with 4 additions and 7 deletions
|
|
@ -26,12 +26,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
weights = {
|
weights = {
|
||||||
# TODO: This is a workaround for iosevka being too thin at small sizes.
|
Regular.shape = 400;
|
||||||
# This should be possible to do with fontconfig
|
|
||||||
# Build 580, but indicate 400 in output
|
|
||||||
Regular.shape = 580;
|
|
||||||
Regular.menu = 400;
|
Regular.menu = 400;
|
||||||
Regular.css = 400;
|
Regular.css = 400;
|
||||||
|
Medium.shape = 500;
|
||||||
|
Medium.menu = 500;
|
||||||
|
Medium.css = 500;
|
||||||
Bold.shape = 700;
|
Bold.shape = 700;
|
||||||
Bold.menu = 700;
|
Bold.menu = 700;
|
||||||
Bold.css = 700;
|
Bold.css = 700;
|
||||||
|
|
@ -41,9 +41,6 @@
|
||||||
Normal.shape = 500;
|
Normal.shape = 500;
|
||||||
Normal.menu = 5;
|
Normal.menu = 5;
|
||||||
Normal.css = "normal";
|
Normal.css = "normal";
|
||||||
Extended.shape = 600;
|
|
||||||
Extended.menu = 7;
|
|
||||||
Extended.css = "expanded";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
slopes = {
|
slopes = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue