Update style.css

This commit is contained in:
VincentRamiere 2023-03-05 19:37:58 +01:00 committed by GitHub
parent 7fe9c2afe2
commit ce1167413b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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