@font-face {
font-family: 'PixelMix';
src: local('PixelMix'), url('./assets/pixelmix.ttf') format('truetype');
}
@font-face {
font-family: 'PixelMix';
src: local('PixelMix'), url('./assets/pixelmix_bold.ttf') format('truetype');
}
button {
font-family: "PixelMix", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
}
body {
margin: 0;
font-family: "PixelMix", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}