Fix Font (Hopefully)

This commit is contained in:
2024-01-06 17:25:16 +01:00
parent ce27973c68
commit c4d44ca4fa
3 changed files with 3 additions and 4 deletions

View File

@@ -41,5 +41,7 @@ const iconImage = await getImage({src: icon, height: 32, width: 32, format: "png
<style>
body {
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
}
</style>