Skip to content

Commit

Permalink
chore: remove unused fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 30, 2023
1 parent 72f8907 commit 6dc9926
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 303 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
93 changes: 0 additions & 93 deletions apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/OFL.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
93 changes: 0 additions & 93 deletions apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/OFL.txt

This file was deleted.

121 changes: 4 additions & 117 deletions apps/marginfi-v2-ui/src/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,145 +1,32 @@
/* AEONIK PRO */

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Air.otf);
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Thin.otf);
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Light.otf);
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Regular.otf);
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Medium.otf);
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Aeonik Pro";
src: url(../assets/Aeonik_Pro/AeonikPro-Bold.otf);
font-weight: 600;
font-style: normal;
}

/* IBM Plex Sans */

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-Thin.ttf);
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf);
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-Light.ttf);
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-Regular.ttf);
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-Medium.ttf);
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Sans";
src: url(../assets/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf);
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Bold.ttf);
font-weight: 700;
font-style: normal;
}

/* IBM Plex Mono */

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Thin.ttf);
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf);
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Light.ttf);
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Regular.ttf);
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Medium.ttf);
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf);
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "IBM Plex Mono";
src: url(../assets/IBM_Plex_Mono/IBMPlexMono-Bold.ttf);
font-weight: 700;
font-style: normal;
font-display: swap;
}

0 comments on commit 6dc9926

Please sign in to comment.