rez-table-listing-mui
Version:
A rez table listing component built on TanStack Table
89 lines (75 loc) • 2.11 kB
CSS
/* Satoshi Font Family */
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-LightItalic.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-MediumItalic.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-Black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("./Satoshi/Satoshi-BlackItalic.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}
/* Global font application */
* {
font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
input, textarea, select, button {
font-family: inherit;
}