Restarted UI

This commit is contained in:
Dan
2019-11-14 10:21:08 +00:00
parent 3bb27e0697
commit 720831d2fe
8 changed files with 284 additions and 135 deletions

21
nui/test/test.css Normal file
View File

@@ -0,0 +1,21 @@
@font-face {
font-family: "Seg-7";
src: url( "Segment7Standard.otf" );
}
.test {
width: 300px;
height: 200px;
background-color: #a0a0a0;
}
.test2 {
font-family: 'Seg7';
font-size: 72px;
padding: 0;
margin: 0;
background-color: #ff0000;
}