Fix broken text and images in N:binary operations, updated the theme and changed fonts.

This commit is contained in:
2025-02-19 12:16:06 +00:00
parent a2e07c92b3
commit 66082f584e
19 changed files with 74 additions and 74 deletions

View File

@@ -13,8 +13,8 @@
}
@font-face {
font-family: Roboto;
src: local(sans-serif), url(../fonts/Roboto-Regular.ttf);
font-family: AdwaitaSans;
src: local(sans-serif), url(/fonts/AdwaitaSans.ttf);
font-display: swap;
}
@@ -25,7 +25,7 @@ html {
}
body {
font-family: "Roboto", sans-serif;
font-family: "AdwaitaSans", sans-serif;
background: var(--bg);
margin: 0px;
padding: 0px;