testMatrix/CSS/style.css

11 lines
189 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')
2023-03-05 18:17:30 +00:00
}
body {
margin: 0;
height: 100vh;
width: 100vw;
2023-03-05 18:37:58 +00:00
}