Update style.css
This commit is contained in:
parent
7fe9c2afe2
commit
ce1167413b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue