mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-20 14:04:32 +01:00
22 lines
386 B
CSS
22 lines
386 B
CSS
@font-face {
|
|
font-family: 'Pokemon';
|
|
src: url('../assets/fonts/pokemon.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.font-pokemon {
|
|
font-family:
|
|
'Pokemon',
|
|
system-ui,
|
|
-apple-system,
|
|
sans-serif;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.pixelated {
|
|
image-rendering: pixelated;
|
|
image-rendering: -moz-crisp-edges;
|
|
image-rendering: crisp-edges;
|
|
}
|