mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: use Hack font for monospace text
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
rm -rf dist/
|
||||
|
||||
cp ./node_modules/katex/dist/katex.min.css $(realpath ./styles/)
|
||||
cp -r ./node_modules/katex/dist/fonts/ $(realpath ./styles/)
|
||||
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
||||
|
||||
ln -s $(realpath ./src/styles.css) $(realpath ./styles/)
|
||||
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
||||
cp $(realpath ./src/fonts.css) $(realpath ./styles/)/fonts.css
|
||||
cp $(realpath ./src/styles.css) $(realpath ./styles/)/styles.css
|
||||
|
||||
yarn tsc --module commonjs --outDir ./dist/cjs --target es2015
|
||||
yarn tsc --module esnext --outDir ./dist/es --target es6
|
||||
|
||||
Reference in New Issue
Block a user