feat(nui): Text UI

This commit is contained in:
Luke
2022-03-18 16:59:18 +01:00
parent be1048271a
commit a6fe8ae5af
3 changed files with 64 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap");
body {
background: none !important;
margin: 0;
@@ -7,6 +9,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100vh;
user-select: none;
}
#root {