36 lines
908 B
CSS
36 lines
908 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
|
|
|
|
/* @import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap"); */
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); */
|
|
body {
|
|
margin: 0;
|
|
font-family: "Fredoka";
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
monospace;
|
|
}
|
|
|
|
.mui-typography {
|
|
font-family: "Fredoka";
|
|
background-color: rgb(7, 127, 233);
|
|
}
|
|
|
|
.css-1w8ddxu-MuiBarElement-root {
|
|
width: 19px !important;
|
|
border-radius: 50px !important;
|
|
rx: 8;
|
|
ry: 8;
|
|
}
|
|
/* @font-face {
|
|
font-family: '"Publica Sans Round Medium", sans-serif';
|
|
src: url("../public/fonts/PublicaSansRound-Md.otf") format("otf");
|
|
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} */
|