change so default style is only font

server
waifu 3 months ago
parent eeeb7be347
commit 84da379efe
  1. 6
      default_style.css

@ -1,11 +1,5 @@
body, html{
font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */
height: 100%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@font-face {
font-family: CustomFont;

Loading…
Cancel
Save