git ssb

0+

Grey the earthling / gkn.me.uk



Commit 8d54e3a747b5b727ac6fe06e0a816970617bc13d

Update Iosevka path

Grey Nicholson committed on 10/6/2022, 1:32:15 PM
Parent: 3fc42e2506afd1ca9d81b85bc123ead5ebcef8b7

Files changed

Makefilechanged
generator/generate.pychanged
MakefileView
@@ -15,9 +15,9 @@
1515 toolbox run pip install python-frontmatter==1.0.0
1616 mkdir -p .cache
1717 touch $@
1818
19-.cache/fonts: $(shell find ~/Software/src/iosevka/dist/*/woff2/) ~/Software/src/smol-emoji/SmolEmoji-Regular.otf
19 +.cache/fonts: $(shell find ~/Software/src/Iosevka/dist/*/woff2/) ~/Software/src/smol-emoji/SmolEmoji-Regular.otf
2020 touch $@
2121
2222 lint: .cache/lint
2323
generator/generate.pyView
@@ -21,18 +21,18 @@
2121
2222 for font in ["iosevka-grey", "iosevka-grey-mono"]:
2323 os.makedirs(os.path.join(output_dir, f"style/fonts/{font}"), exist_ok=True)
2424 shutil.copytree(
25- os.path.expanduser(f"~/Software/src/iosevka/dist/{font}/woff2"),
25 + os.path.expanduser(f"~/Software/src/Iosevka/dist/{font}/woff2"),
2626 os.path.join(output_dir, f"style/fonts/{font}/woff2"),
2727 dirs_exist_ok=True,
2828 )
2929 shutil.copy(
30- os.path.expanduser(f"~/Software/src/iosevka/dist/{font}/{font}.css"),
30 + os.path.expanduser(f"~/Software/src/Iosevka/dist/{font}/{font}.css"),
3131 os.path.join(output_dir, f"style/fonts/{font}"),
3232 )
3333 shutil.copy(
34- os.path.expanduser("~/Software/src/iosevka/LICENSE.md"),
34 + os.path.expanduser("~/Software/src/Iosevka/LICENSE.md"),
3535 os.path.join(output_dir, f"style/fonts/{font}"),
3636 )
3737
3838 os.makedirs(os.path.join(output_dir, "style/fonts/smol-emoji"), exist_ok=True)

Built with git-ssb-web