more fixes
This commit is contained in:
parent
7a59c4cfef
commit
cf5ab40892
3 changed files with 2 additions and 9 deletions
|
@ -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/'))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue