Command framework

This commit is contained in:
Daniel Kluge
2021-12-16 00:21:14 +01:00
parent ced2559551
commit ec595650fd
10 changed files with 183 additions and 15 deletions
+7 -3
View File
@@ -1,4 +1,8 @@
@font-face {
font-family: CascadiaCode;
src: url(fonts/CascadiaCode.woff2);
}
font-family: CascadiaCode;
src: url(fonts/CascadiaCode.woff2);
}
* {
box-sizing: border-box;
}