upd: change icon font
This commit is contained in:
parent
00c14b98a3
commit
f2e299a7a9
4 changed files with 17 additions and 78 deletions
|
@ -18,7 +18,7 @@ async function copyFrontendFonts() {
|
|||
}
|
||||
|
||||
async function copyFrontendTablerIcons() {
|
||||
await fs.cp('./packages/frontend/node_modules/@tabler/icons-webfont', './built/_frontend_dist_/tabler-icons', { dereference: true, recursive: true });
|
||||
await fs.cp('./packages/frontend/node_modules/@phosphor-icons/web/src', './built/_frontend_dist_/phosphor-icons', { dereference: true, recursive: true });
|
||||
}
|
||||
|
||||
async function copyFrontendLocales() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue