more fixes

This commit is contained in:
ThatOneCalculator 2022-11-21 20:03:59 -08:00
parent 58aefbebaf
commit 2e9c6f5c73
3 changed files with 2 additions and 9 deletions

View file

@ -24,7 +24,6 @@ gulp.task('copy:client:fonts', () =>
); );
gulp.task('copy:client:phosphor', () => gulp.task('copy:client:phosphor', () =>
gulp.src('./packages/client/src/icons.css').pipe(gulp.dest('./built/_client_dist_/phosphor/')),
gulp.src('./node_modules/phosphor-icons/src/fonts/*').pipe(gulp.dest('./built/_client_dist_/phosphor/')) gulp.src('./node_modules/phosphor-icons/src/fonts/*').pipe(gulp.dest('./built/_client_dist_/phosphor/'))
); );

View file

@ -1,12 +1,6 @@
/*--------------------------------
Phosphor Web Font
Generated using nucleoapp.com
-------------------------------- */
@font-face { @font-face {
font-family: "Phosphor"; font-family: "Phosphor";
src: url("./Phosphor.woff2") format("woff"); src: url("/assets/phosphor/Phosphor.woff2") format("woff2");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -23,7 +17,6 @@ Generated using nucleoapp.com
font: normal normal normal 1em/1 "Phosphor"; font: normal normal normal 1em/1 "Phosphor";
color: inherit; color: inherit;
flex-shrink: 0; flex-shrink: 0;
speak: none;
text-transform: none; text-transform: none;
text-decoration: inherit; text-decoration: inherit;
text-align: center; text-align: center;

View file

@ -3,6 +3,7 @@
*/ */
import '@/style.scss'; import '@/style.scss';
import '@/icons.css';
//#region account indexedDB migration //#region account indexedDB migration
import { set } from '@/scripts/idb-proxy'; import { set } from '@/scripts/idb-proxy';