typst font path

This commit is contained in:
2025-01-11 10:43:33 +01:00
parent 838b217118
commit 18635ef006

View File

@@ -396,6 +396,13 @@ in
enable = true;
settings = {
exportPdf = "onType";
fontPaths = [
"$dir/"
"./"
"$\{workspaceFolder}/fonts"
"$\{workspaceFolder}/"
];
# formatterMode = "typstfmt";
};
};
clangd.enable = true;