testMatrix/CSS/style.css

10 lines
186 B
CSS
Raw Normal View History

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