Simplify font setup

Now, when I update the unifont files, I only need to change files in the
showbits-assets crate and update the CSS in the UI. I no longer have to
remember to update any symlinks.
This commit is contained in:
Joscha 2025-03-03 19:40:30 +01:00
parent 38994a86ae
commit 14a0596a25
67 changed files with 61 additions and 63 deletions

View file

@ -5,5 +5,5 @@
"[typst]": { "editor.defaultFormatter": "myriad-dreamin.tinymist" },
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.workingDirectories": ["showbits-thermal-printer-ui"],
"tinymist.fontPaths": ["showbits-assets/data"]
"tinymist.fontPaths": ["showbits-assets/fonts"]
}