testMatrix/CSS/style.css
Vincent Ramiere eb7057d1ac fonts
2023-03-05 19:41:32 +01:00

10 lines
187 B
CSS

@font-face {
font-family: 'matrixCodeNFI';
src: url('/Fonts/matrix-code-nfi/matrixCodeNFI.ttf') format('truetype')
}
body {
margin: 0;
height: 100vh;
width: 100vw;
}