UI/typograhy: init typography extension

This commit is contained in:
Johannes Kirschbauer
2024-11-14 10:31:55 +01:00
parent e39461bf66
commit fca6e875a2
8 changed files with 72 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
preBuild = ''
mkdir -p api
cp -r ${config.packages.clan-ts-api}/* api
cp -r ${pkgs.texlivePackages.archivo.tex}/fonts/opentype/public/archivo ".fonts"
'';
};
devShells.webview-ui = pkgs.mkShell {
@@ -33,6 +34,8 @@
export NODE_PATH="$PKG_ROOT/app/node_modules"
export PATH="$NODE_PATH/.bin:$PATH"
cp -r ${pkgs.texlivePackages.archivo.tex}/fonts/opentype/public/archivo "$PKG_ROOT/app/.fonts"
# Define the yellow color code
YELLOW='\033[1;33m'
# Define the reset color code