feat(nui): Add markdown support to text ui

Also changed the font to be a monospaced font, avoids weird alignment issues
This commit is contained in:
Luke
2022-03-26 11:02:38 +01:00
parent a3874965bc
commit ccf00a6a9e
4 changed files with 898 additions and 471 deletions

View File

@@ -1,6 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
body {
background: none !important;