Update upload page

This commit is contained in:
mitteneer 2024-11-25 12:23:36 -05:00
parent 06fbe78dca
commit 32c89bc12c
9 changed files with 166 additions and 37 deletions

View file

@ -4,6 +4,7 @@
*
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.title {
font-family: 'Roboto';
@ -20,6 +21,10 @@
margin-right: 20px;
}
.cell {
font-family: 'Noto Sans'
}
#replaceMe{
font-family:'Courier New';
}