git ssb

0+

Grey the earthling / gkn.me.uk



Commit 3fde758dc2bd375ea2ab1e2a7188a1a3535d3c19

Revert "Publish TTF fonts too"

This reverts commit 3731e55b8f8e8e46d55d33f6cd964b9bc23b16fe.

These files are larger and no better.
Grey Nicholson committed on 11/2/2022, 2:36:26 PM
Parent: 7a9738d9fe4b456897fc04b3626241c772a35d32

Files changed

Makefilechanged
generator/generate.pychanged
MakefileView
@@ -18,9 +18,9 @@
1818 toolbox run pip install python-frontmatter==1.0.0
1919 mkdir -p .cache
2020 touch $@
2121
22-.cache/fonts: $(shell find ~/Software/src/Iosevka/dist/*/ttf/) $(shell find ~/Software/src/Iosevka/dist/*/woff2/) ~/Software/src/smol-emoji/SmolEmoji-Regular.otf
22 +.cache/fonts: $(shell find ~/Software/src/Iosevka/dist/*/woff2/) ~/Software/src/smol-emoji/SmolEmoji-Regular.otf
2323 touch $@
2424
2525 lint: .cache/lint
2626
generator/generate.pyView
@@ -25,13 +25,8 @@
2525 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 )
29- shutil.copytree(
30- os.path.expanduser(f"~/Software/src/Iosevka/dist/{font}/ttf"),
31- os.path.join(output_dir, f"style/fonts/{font}/ttf"),
32- dirs_exist_ok=True,
33- )
3429 shutil.copy(
3530 os.path.expanduser(f"~/Software/src/Iosevka/dist/{font}/{font}.css"),
3631 os.path.join(output_dir, f"style/fonts/{font}"),
3732 )

Built with git-ssb-web