-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
4 additions
and
303 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file removed
BIN
-116 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf
Binary file not shown.
Binary file removed
BIN
-108 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf
Binary file not shown.
Binary file removed
BIN
-116 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-115 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-115 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf
Binary file not shown.
Binary file removed
BIN
-107 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-Regular.ttf
Binary file not shown.
Binary file removed
BIN
-112 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf
Binary file not shown.
Binary file removed
BIN
-119 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-117 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-180 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf
Binary file not shown.
Binary file removed
BIN
-175 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf
Binary file not shown.
Binary file removed
BIN
-183 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-182 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-181 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf
Binary file not shown.
Binary file removed
BIN
-172 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-Regular.ttf
Binary file not shown.
Binary file removed
BIN
-173 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf
Binary file not shown.
Binary file removed
BIN
-182 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-184 KB
apps/marginfi-v2-ui/src/assets/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |