Fix Font (Hopefully)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -142,9 +142,6 @@ customElements.define("nav-bar", Navbar);
|
||||
>h1 {
|
||||
@apply text-xl font-bold text-gray-100;
|
||||
}
|
||||
>a {
|
||||
@apply underline;
|
||||
}
|
||||
}
|
||||
|
||||
.scrolled {
|
||||
|
||||
Reference in New Issue
Block a user