mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
refactor: expose flake overlays
This commit is contained in:
parent
ff6c4c5d16
commit
9501f7769f
6 changed files with 32 additions and 29 deletions
|
|
@ -21,6 +21,7 @@
|
|||
ttx "$medium_font"
|
||||
sed -i 's/Medm/Medium/g' "$ttx_path"
|
||||
ttx -f "$ttx_path"
|
||||
rm "$ttx_path"
|
||||
done
|
||||
|
||||
semibold_fonts=$(fd --extension=otf SemiBold)
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
ttx "$semibold_font"
|
||||
sed -i 's/SmBld/Semibold/g' "$ttx_path"
|
||||
ttx -f "$ttx_path"
|
||||
rm "$ttx_path"
|
||||
done
|
||||
|
||||
echo -e "''${ansi_green}Done!''${ansi_reset}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue