Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuNatsu committed Apr 30, 2024
1 parent dcba334 commit d6229fe
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN npm install
EXPOSE 3000

# Start command
CMD ["npm", "start:docker"]
CMD ["npm", "run", "start:docker"]
Binary file removed frontend/public/fonts/MiSans-Bold.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-ExtraLight.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Heavy.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Light.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Medium.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Regular.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Semibold.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/MiSans-Thin.woff2
Binary file not shown.
56 changes: 0 additions & 56 deletions frontend/src/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,70 +1,14 @@
/* Mi Sans */
@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 100;
src: url('/fonts/MiSans-Thin.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 200;
src: url('/fonts/MiSans-ExtraLight.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 300;
src: url('/fonts/MiSans-Light.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 400;
src: url('/fonts/MiSans-Normal.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 500;
src: url('/fonts/MiSans-Regular.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 600;
src: url('/fonts/MiSans-Medium.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 700;
src: url('/fonts/MiSans-Demibold.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 800;
src: url('/fonts/MiSans-Semibold.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 900;
src: url('/fonts/MiSans-Bold.woff2');
}

@font-face {
font-display: swap;
font-family: mi-sans;
font-weight: 950;
src: url('/fonts/MiSans-Heavy.woff2');
}

0 comments on commit d6229fe

Please sign in to comment.